X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/67473e912ec0a0849a70cb61d9368c75dae614ee..c6bf562d9e823f02fb4a9e6dfb89bf93a0e9d0ab:/test/repl/test-if-str diff --git a/test/repl/test-if-str b/test/repl/test-if-str index 8456df8e..327f1c92 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