X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fcore.test.sh;h=02d3d4726dffd41b79dab4640cd8d0cd4157d564;hb=cf49f2d086069a9c1b57f501df9a6a0bd3a34c3c;hp=1c5a0cf8a42961ec2e5bc3c9b38c50416b66092a;hpb=3106aee96a20d1a76a114e504bc2931f8196cace;p=sbcl.git diff --git a/tests/core.test.sh b/tests/core.test.sh index 1c5a0cf..02d3d47 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 <