X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4a59ecc985c7d8989e797257b92906aee0444097..223a94685862aec1240449c8bd6c871f43a018fb:/test/inc/test-deb359167 diff --git a/test/inc/test-deb359167 b/test/inc/test-deb359167 index 8d460dde..225a2b44 100755 --- a/test/inc/test-deb359167 +++ b/test/inc/test-deb359167 @@ -13,8 +13,8 @@ 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 +if [ `uname -s` = 'FreeBSD' ]; then + case `uname -r` in 1?.*) test_skip 'valgrind fails on FreeBSD >= 10' ;; esac fi @@ -36,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"