Rework in the test framework; updated and new tests
[mmh] / test / tests / inc / test-eom-align
index 3b6c677..622774b 100644 (file)
@@ -8,7 +8,7 @@ set -e
 
 THISDIR="tests/inc"
 
-if [ ! -z "$VALGRIND_ME" ]; then
+if [ "$VALGRIND_ME" ]; then
     require_prog valgrind
     # Lack of quotes here is important
     VALGRIND="valgrind --quiet --error-exitcode=1"