X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcore.test.sh;h=4f80be84e76feb4ed96f9b2874e9879796c76d02;hb=c2ac5ba3964165ee2d21ccd4c6bf8bdc48e1a165;hp=84c6a3da0c8cd5843afec453514460420d01e274;hpb=04d819bb1a2e64de4e997203b9516229bb73c686;p=sbcl.git diff --git a/tests/core.test.sh b/tests/core.test.sh index 84c6a3d..4f80be8 100644 --- a/tests/core.test.sh +++ b/tests/core.test.sh @@ -13,8 +13,12 @@ # 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 # In sbcl-0.7.7 SAVE-LISP-AND-DIE didn't work at all because of # flakiness caused by consing/GC/purify twice-and-at-least-twice @@ -24,23 +28,17 @@ rm -f $tmpcore # -- Eric Marsden, # # diagnosed and fixed by Dan Barlow in sbcl-0.7.7.29 -$SBCL < "$tmpoutput" --no-userinit --no-sysinit --noprint <