X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fscript.test.sh;h=b209d96faa4c9ede76de5271c58d515a83e1794c;hb=d7875c296a4988e9f27e2776237884deb1984c62;hp=6adfcf00d26ffa43bd61706094935f1008def847;hpb=492dce07cf27b3cbee8ce4800c938fcb884aa53e;p=sbcl.git diff --git a/tests/script.test.sh b/tests/script.test.sh index 6adfcf0..b209d96 100644 --- a/tests/script.test.sh +++ b/tests/script.test.sh @@ -114,7 +114,7 @@ fi echo '(format t "Hello, Fasl~%")' > $tmpscript run_sbcl --eval "(compile-file \"$tmpscript\" :output-file \"$tmpfasl\")" /dev/null chmod +x $tmpfasl -SBCL_HOME=$(dirname $SBCL_CORE) ./$tmpfasl >$tmpout 2>$tmperr +SBCL_HOME=`dirname $SBCL_CORE` ./$tmpfasl >$tmpout 2>$tmperr check_status_maybe_lose "--script exit status from fasl" $? 0 "(ok)" if [ -s $tmperr ] || [ "Hello, Fasl" != "`cat $tmpout`" ] then