X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.test.sh;h=b95931a420ee536fbbac919efdf2cb8e34be30f7;hb=aa8c8cd473f1d487fa2c1a7490c78a59b9955bbe;hp=ad11cace324189d4a752055cf03c6d84f05ac485;hpb=65f551e30f6f52855fdb7ff28e0cfff2f17c3e48;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index ad11cac..b95931a 100644 --- a/tests/run-program.test.sh +++ b/tests/run-program.test.sh @@ -8,7 +8,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. @@ -17,14 +17,15 @@ # one of the tests below). SOMETHING_IN_THE_ENVIRONMENT='yes there is' export SOMETHING_IN_THE_ENVIRONMENT - +PATH=/some/path/that/does/not/exist:${PATH} +export PATH ${SBCL:-sbcl} <