X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.test.sh;h=00399d159fe81817d5440dd848fe43644fef63c1;hb=1714224f33ba559eab11af8827a78f9a5aebd698;hp=94dcbad1997de7aa7fe193ac82222c7be134cb32;hpb=2b596efa9a6b08a22bbdcdf88198c5d2af1d0335;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index 94dcbad..00399d1 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} <