X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.test.sh;h=788c0f540ced7460eeea58aadb918b8f612520ce;hb=40bf78b47ea89b15698adb9c550efa4cbacafeb7;hp=90e01874fa1d513fa69c8bbb8fef0d54add8c5de;hpb=e5f24ebc38e38c986df830fd1e4035d16bea4e5c;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index 90e0187..788c0f5 100644 --- a/tests/run-program.test.sh +++ b/tests/run-program.test.sh @@ -15,9 +15,10 @@ # 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 --noinform --noprint --sysinit /dev/null --userinit /dev/null < 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