X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcore.test.sh;h=978f23018ee659213c531fd5d37f6ce85ae5ba5a;hb=4d23f1a95bcd8b8907db4a9597b41bf394a34c40;hp=1c5a0cf8a42961ec2e5bc3c9b38c50416b66092a;hpb=3106aee96a20d1a76a114e504bc2931f8196cace;p=sbcl.git diff --git a/tests/core.test.sh b/tests/core.test.sh index 1c5a0cf..978f230 100644 --- a/tests/core.test.sh +++ b/tests/core.test.sh @@ -13,9 +13,18 @@ # absolutely no warranty. See the COPYING and CREDITS files for # more information. -tmpcore="core-test-sh-$$.core" -tmpoutput="core-test-sh-$$.output.txt" -rm -f "$tmpcore" "$tmpoutput" +. ./subr.sh + +use_test_subdirectory + +tmpcore=$TEST_FILESTEM.core +tmpoutput=$TEST_FILESTEM.txt + +run_sbcl < # # diagnosed and fixed by Dan Barlow in sbcl-0.7.7.29 -$SBCL <"$tmpoutput" --eval '(quit :unix-status 71)' -if [ $? != 71 ]; then - echo "failure in banner suppression: $?" +./"$tmpcore" > "$tmpoutput" --no-userinit --no-sysinit --noprint <