X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=test%2Ftests%2Finc%2Ftest-eom-align;h=622774b8423dc192a534a1e99e777a256010bb03;hb=82325c1114254a76b8285bb710b2f651674331c7;hp=5d197fff3161ce75ba5ee6e3b4f914240428df9b;hpb=439d79535278cca4149434a457874addd94fee0f;p=mmh diff --git a/test/tests/inc/test-eom-align b/test/tests/inc/test-eom-align index 5d197ff..622774b 100644 --- a/test/tests/inc/test-eom-align +++ b/test/tests/inc/test-eom-align @@ -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"