X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a3bf69c3a988b0de2126fbfe6804c61ef24a8896..a69b69121b49e6de84d0e8bf0e39ba3a96b67188:/test/inc/test-deb359167 diff --git a/test/inc/test-deb359167 b/test/inc/test-deb359167 index 92f4c61a..225a2b44 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" @@ -28,4 +36,4 @@ fi chmod 755 ${MH_INST_DIR}${bindir}/inc -valgrind --error-exitcode=1 --quiet inc -silent -file "$TESTMBOX" +valgrind --error-exitcode=1 --quiet --suppressions="${srcdir}/test/valgrind.supp" inc -silent -file "$TESTMBOX"