X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.test.sh;h=788c0f540ced7460eeea58aadb918b8f612520ce;hb=fe240ce504041bfb181a81cb11b7b4bba112f65f;hp=133198e5a7fd6ac5312efe48d01640681b6e2e5e;hpb=f0338f6fa732b21daa4405e19465bd460e0526d9;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index 133198e..788c0f5 100644 --- a/tests/run-program.test.sh +++ b/tests/run-program.test.sh @@ -15,7 +15,8 @@ # 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} < error in function SB-IMPL::%ENUMERATE-SEARCH-LIST: -# Undefined search list: path -# -# (SB-EXT:RUN-PROGRAM "/bin/uname" '("-a") :OUTPUT :STREAM) -# doesn't return a STREAM (the way doc string claims) - # success convention exit 104