X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fside-effectful-pathnames.test.sh;h=b2236e6826d62cb1f3f415e1f6d6ae148e872c4d;hb=3106aee96a20d1a76a114e504bc2931f8196cace;hp=8bee083e9b65ac16fc3b90e0b0d0050e32db9e1c;hpb=f2aa2d01b8d69f1c7bff18f86279d4f1018fe127;p=sbcl.git diff --git a/tests/side-effectful-pathnames.test.sh b/tests/side-effectful-pathnames.test.sh index 8bee083..b2236e6 100644 --- a/tests/side-effectful-pathnames.test.sh +++ b/tests/side-effectful-pathnames.test.sh @@ -6,11 +6,13 @@ # 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. +original_pwd=`pwd` + # LOADing and COMPILEing files with logical pathnames testdir=`pwd`"/side-effectful-pathnames-test-$$" testfilestem="load-test" @@ -33,20 +35,66 @@ $SBCL <