X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fside-effectful-pathnames.test.sh;h=b2236e6826d62cb1f3f415e1f6d6ae148e872c4d;hb=1dc3a468ba32755c51747d6e85ed32d989f2dd49;hp=84ba3d77dd7cbc31e235a0950297dc145fbf3b36;hpb=bee53328c93be3433477821131ab805557476c8b;p=sbcl.git diff --git a/tests/side-effectful-pathnames.test.sh b/tests/side-effectful-pathnames.test.sh index 84ba3d7..b2236e6 100644 --- a/tests/side-effectful-pathnames.test.sh +++ b/tests/side-effectful-pathnames.test.sh @@ -6,7 +6,7 @@ # 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. @@ -58,7 +58,7 @@ rm -r $testdir # was removed from UNIX-STAT. Let's make sure that it works now. # # Set up an empty directory to work with. -testdir=$TMPDIR/sbcl-mkdir-test-$$ +testdir=${TMPDIR:-/tmp}/sbcl-mkdir-test-$$ if ! rm -rf $testdir ; then echo "$testdir already exists and could not be deleted" exit 1; @@ -71,8 +71,8 @@ $SBCL <