X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.test.sh;h=00399d159fe81817d5440dd848fe43644fef63c1;hb=2fb5b174f6acb88a85c86aa4cd753ddefaccc987;hp=788c0f540ced7460eeea58aadb918b8f612520ce;hpb=0d669e68a1ffbea42af6216f2ae8c7d7ca12ffb6;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index 788c0f5..00399d1 100644 --- a/tests/run-program.test.sh +++ b/tests/run-program.test.sh @@ -17,8 +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} <