X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.test.sh;h=b95931a420ee536fbbac919efdf2cb8e34be30f7;hb=f5583053b2918ad03d00a0bf063be02d57dfb2c1;hp=9f7b9ab56321d3f910149a406e5f44414f912d5c;hpb=63cef087068afc157283c0a05ae1f16b962303aa;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index 9f7b9ab..b95931a 100644 --- a/tests/run-program.test.sh +++ b/tests/run-program.test.sh @@ -8,16 +8,24 @@ # 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. # Make sure that there's at least something in the environment (for # one of the tests below). -export SOMETHING_IN_THE_ENVIRONMENT='yes there is' +SOMETHING_IN_THE_ENVIRONMENT='yes there is' +export SOMETHING_IN_THE_ENVIRONMENT +PATH=/some/path/that/does/not/exist:${PATH} +export PATH ${SBCL:-sbcl} <