X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fside-effectful-pathnames.test.sh;h=780f11d6196befccd867516e1a902e2dcaf6a6bc;hb=94b8f6d07445666017dfeac29bbbe0863a3c2de2;hp=4dc3d8a554d94a0d8375e7fd3bfd940eba1db256;hpb=53e7a02c819090af8e6db7e47d29cdbb5296814f;p=sbcl.git diff --git a/tests/side-effectful-pathnames.test.sh b/tests/side-effectful-pathnames.test.sh index 4dc3d8a..780f11d 100644 --- a/tests/side-effectful-pathnames.test.sh +++ b/tests/side-effectful-pathnames.test.sh @@ -1,6 +1,17 @@ #!/bin/sh -sbcl="$1" +# 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-$$" @@ -12,7 +23,7 @@ cat >$testfilename <