Rework in the test framework; updated and new tests
[mmh] / test / tests / inc / test-eom-align
index 5d197ff..622774b 100644 (file)
@@ -4,11 +4,11 @@
 
 set -e
 
-. common.sh
+. $MH_TEST_COMMON
 
 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"