X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Frun-program.test.sh;h=90e01874fa1d513fa69c8bbb8fef0d54add8c5de;hb=21223eedf790450dc484907c2bedf2b9bdaa80bf;hp=f04a3bd54327ccb948d92acf2b401bb88ff11afa;hpb=675c5a9f9e3028bc2fd922ed6f570f01cf8c41cf;p=sbcl.git diff --git a/tests/run-program.test.sh b/tests/run-program.test.sh index f04a3bd..90e0187 100644 --- a/tests/run-program.test.sh +++ b/tests/run-program.test.sh @@ -13,14 +13,44 @@ # absolutely no warranty. See the COPYING and CREDITS files for # more information. +# 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' + sbcl --noinform --noprint --sysinit /dev/null --userinit /dev/null <