X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcore.test.sh;h=02d3d4726dffd41b79dab4640cd8d0cd4157d564;hb=1cba0af01f5107ab384d0d8b94b1f6330b3d0ef4;hp=4a744854174131735fb3d8e47a0957ab42a43010;hpb=93be0089fe7b2a9e34bf1cb6da9fe6e902769f5e;p=sbcl.git diff --git a/tests/core.test.sh b/tests/core.test.sh index 4a74485..02d3d47 100644 --- a/tests/core.test.sh +++ b/tests/core.test.sh @@ -8,13 +8,23 @@ # While most of SBCL is derived from the CMU CL system, the test # files (like this one) were written from scratch after the fork # from CMU CL. -# +# # This software is in the public domain and is provided with # 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 <