X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=test%2Frepl%2Ftest-if-str;h=327f1c924e1f3c093effc23b620c1d8ac7bb28df;hb=293b37f3c3eab8af5c87c9ad8ee9df89c998cf48;hp=6bc0e097fb3d304161f8b88d7ef6786f4c6dde30;hpb=6106441685a38400d9aa94ccb7218218102f941c;p=mmh diff --git a/test/repl/test-if-str b/test/repl/test-if-str index 6bc0e09..327f1c9 100755 --- a/test/repl/test-if-str +++ b/test/repl/test-if-str @@ -8,11 +8,12 @@ # ###################################################### -if [ -z "${MH_TEST_COMMON}" ]; then - echo "MH_TEST_COMMON not set; try running via 'make check'" +if test -z "${MH_OBJ_DIR}"; then + srcdir=`dirname "$0"`/../.. + MH_OBJ_DIR=`cd "$srcdir" && pwd`; export MH_OBJ_DIR fi -. ${MH_TEST_COMMON} +. "$MH_OBJ_DIR/test/common.sh" setup_test @@ -41,4 +42,8 @@ EOF repl -editor true -format -form $form -group -nocc me -nowhatnowproc 1 || exit 1 -diff -u $expected $actual +check "$expected" "$actual" + +test ${failed:-0} -eq 0 && rm "$form" + +exit $failed