X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.test.sh;h=84a93c55869204c4cce73af5725972d5f846015c;hb=a4c3562138e342465826de31fb8c324ae8a4b594;hp=94dcbad1997de7aa7fe193ac82222c7be134cb32;hpb=2b596efa9a6b08a22bbdcdf88198c5d2af1d0335;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index 94dcbad..84a93c5 100644 --- a/tests/run-program.test.sh +++ b/tests/run-program.test.sh @@ -17,7 +17,8 @@ # one of the tests below). SOMETHING_IN_THE_ENVIRONMENT='yes there is' export SOMETHING_IN_THE_ENVIRONMENT -export PATH=/some/path/that/does/not/exist:${PATH} +PATH=/some/path/that/does/not/exist:${PATH} +export PATH ${SBCL:-sbcl} <