X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7d7ed69eff25da303b3472f16a25289cf663b3f3..f8d3c4d16b4a2cf0034dc1159c0c68dc78fd0921:/test/inc/test-deb359167?ds=inline 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"