X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fside-effectful-pathnames.test.sh;h=32df3e72e24684fe9d3423fdd38675b729205969;hb=d4d6c4b16a3655ce99a87d43f411391363531260;hp=c104f5204d44f18256c003faaab0bc18cf774854;hpb=f0338f6fa732b21daa4405e19465bd460e0526d9;p=sbcl.git diff --git a/tests/side-effectful-pathnames.test.sh b/tests/side-effectful-pathnames.test.sh index c104f52..32df3e7 100644 --- a/tests/side-effectful-pathnames.test.sh +++ b/tests/side-effectful-pathnames.test.sh @@ -1,5 +1,18 @@ #!/bin/sh +# This software is part of the SBCL system. See the README file for +# more information. +# +# 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" @@ -10,7 +23,7 @@ cat >$testfilename <