X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.test.sh;h=ad11cace324189d4a752055cf03c6d84f05ac485;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=9f7b9ab56321d3f910149a406e5f44414f912d5c;hpb=63cef087068afc157283c0a05ae1f16b962303aa;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index 9f7b9ab..ad11cac 100644 --- a/tests/run-program.test.sh +++ b/tests/run-program.test.sh @@ -15,9 +15,16 @@ # 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 + ${SBCL:-sbcl} <