X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/32fde56da3936f39cd11a4eee52600164076e8e1..00db7a32b40fa2faad7c30adef98163eb5f6c64c:/test/inc/test-deb359167 diff --git a/test/inc/test-deb359167 b/test/inc/test-deb359167 index 92f4c61a..e0360e35 100755 --- a/test/inc/test-deb359167 +++ b/test/inc/test-deb359167 @@ -11,6 +11,14 @@ fi setup_test +# valgrind throws a strange error on FreeBSD >= 10; skip the test +# for now while we try to track down the underlying cause. +if [ `uname -s` = 'FreeBSD' ]; then + case `uname -r` in + 1?.*) test_skip 'valgrind fails on FreeBSD >= 10' ;; + esac +fi + require_prog valgrind THISDIR="$srcdir/test/inc"