X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.test.sh;h=84a93c55869204c4cce73af5725972d5f846015c;hb=bfa4310e41dcd011ca9d139f29be1c5757b41378;hp=ad11cace324189d4a752055cf03c6d84f05ac485;hpb=65f551e30f6f52855fdb7ff28e0cfff2f17c3e48;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index ad11cac..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 - +PATH=/some/path/that/does/not/exist:${PATH} +export PATH ${SBCL:-sbcl} <