X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=test%2Frepl%2Ftest-if-str;h=327f1c924e1f3c093effc23b620c1d8ac7bb28df;hb=0c1868fb0d1555587ff37eae76583feb97c2c284;hp=8456df8ee01ecc17e202015d3b6f492c89aaf11d;hpb=e107aac243dbd4021e57f4c455c7e3ffd82b819e;p=mmh diff --git a/test/repl/test-if-str b/test/repl/test-if-str index 8456df8..327f1c9 100755 --- a/test/repl/test-if-str +++ b/test/repl/test-if-str @@ -42,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