X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcore.test.sh;h=1fd0ad4a7532bdb3f91ab1a9749e7188497efedc;hb=d8659f1e656234e8f0f47d5295b503dd6cff4aba;hp=1c5a0cf8a42961ec2e5bc3c9b38c50416b66092a;hpb=3106aee96a20d1a76a114e504bc2931f8196cace;p=sbcl.git diff --git a/tests/core.test.sh b/tests/core.test.sh index 1c5a0cf..1fd0ad4 100644 --- a/tests/core.test.sh +++ b/tests/core.test.sh @@ -67,7 +67,8 @@ $SBCL <"$tmpoutput" --eval '(quit :unix-status 71)' +./"$tmpcore" >"$tmpoutput" \ + --no-userinit --no-sysinit --eval '(quit :unix-status 71)' if [ $? != 71 ]; then echo "failure in banner suppression: $?" exit 1