X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fside-effectful-pathnames.test.sh;h=32df3e72e24684fe9d3423fdd38675b729205969;hb=6c4d4d984b1af6b2a73568cec3ab9c8795cff2da;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..32df3e7 100644 --- a/tests/side-effectful-pathnames.test.sh +++ b/tests/side-effectful-pathnames.test.sh @@ -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;