X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e107aac243dbd4021e57f4c455c7e3ffd82b819e..fd85d5dbd5006da4a472e67ab55c056b343caf42:/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