X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcore.test.sh;h=02d3d4726dffd41b79dab4640cd8d0cd4157d564;hb=c6f5bc9d26b4f3d46c1d9947b5ea5a3514c802b3;hp=84c6a3da0c8cd5843afec453514460420d01e274;hpb=04d819bb1a2e64de4e997203b9516229bb73c686;p=sbcl.git diff --git a/tests/core.test.sh b/tests/core.test.sh index 84c6a3d..02d3d47 100644 --- a/tests/core.test.sh +++ b/tests/core.test.sh @@ -13,8 +13,18 @@ # absolutely no warranty. See the COPYING and CREDITS files for # more information. -tmpcore="core-test-sh-$$.core" -rm -f $tmpcore +. ./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" --no-userinit --no-sysinit --noprint <