]> diplodocus.org Git - nmh/blobdiff - test/inc/test-deb359167
Skip inc/test-deb359167 on FreeBSD >= 10 because its valgrind
[nmh] / test / inc / test-deb359167
index 92f4c61a97418b4fcab651dc65fbb61072befcf1..8d460ddea9878d206e819451b422b453559123b9 100755 (executable)
@@ -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"