X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.test.sh;h=f04a3bd54327ccb948d92acf2b401bb88ff11afa;hb=675c5a9f9e3028bc2fd922ed6f570f01cf8c41cf;hp=a1a36e71b91c50c3a5c50160a0d21c8168fa30e7;hpb=cc1f30efe1c7438bfe6a413f16145ba2d63f7fe2;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index a1a36e7..f04a3bd 100644 --- a/tests/run-program.test.sh +++ b/tests/run-program.test.sh @@ -2,6 +2,17 @@ # tests related to SB-EXT:RUN-PROGRAM +# 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. + sbcl --noinform --noprint --sysinit /dev/null --userinit /dev/null <