X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fscript.test.sh;h=3f55d1357827ab27481fdf25bd5c900ffc98ae05;hb=ee5629ee974ee8ce7a1cb245a99e94f8943ffd90;hp=19fcc5f04e7cf91be1ebba8323284b67317d8eb1;hpb=832ac1d6d923ced44c63486c8d5bf344795e54a1;p=sbcl.git diff --git a/tests/script.test.sh b/tests/script.test.sh index 19fcc5f..3f55d13 100644 --- a/tests/script.test.sh +++ b/tests/script.test.sh @@ -38,13 +38,17 @@ run_sbcl --script $tmpscript check_status_maybe_lose "--script exit status from normal exit" $? 0 "(everything ok)" cat > $tmpscript </dev/null check_status_maybe_lose "--script exit status from QUIT when stdout closed" $? 3 "(as given)" -run_sbcl --load $tmpscript +run_sbcl --load $tmpscript >/dev/null check_status_maybe_lose "--load exit status from QUIT when stdout closed" $? 3 "(as given)" cat > $tmpscript <