]> git.marmaro.de Git - mmh/blobdiff - test/repl/test-if-str
In test-post-common.sh and test-mhmail, wait for fakesmtp to start
[mmh] / test / repl / test-if-str
index 8456df8ee01ecc17e202015d3b6f492c89aaf11d..327f1c924e1f3c093effc23b620c1d8ac7bb28df 100755 (executable)
@@ -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