X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e107aac243dbd4021e57f4c455c7e3ffd82b819e..a69b69121b49e6de84d0e8bf0e39ba3a96b67188:/test/repl/test-if-str?ds=inline diff --git a/test/repl/test-if-str b/test/repl/test-if-str index 8456df8e..ecfafb65 100755 --- a/test/repl/test-if-str +++ b/test/repl/test-if-str @@ -40,6 +40,11 @@ Test1 writes: > This is message number 1 EOF -repl -editor true -format -form $form -group -nocc me -nowhatnowproc 1 || exit 1 +run_prog 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