X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexpect.sh;h=60cbdc8cb1a9466af9fed2c066d6224de33fa940;hb=5d5894082c39ca44da75d38859d669c7b2108f6a;hp=9976e298ed150f089db995b1adf9e7ed70e509a7;hpb=a0889b188cadcbb5c5fde6807662ea299e6c134d;p=sbcl.git diff --git a/tests/expect.sh b/tests/expect.sh index 9976e29..60cbdc8 100644 --- a/tests/expect.sh +++ b/tests/expect.sh @@ -1,91 +1,91 @@ # file to be sourced by scripts wanting to test the compiler +. ./subr.sh + # Check that compiling and loading the file $1 generates an error # at load time; also that just loading it directly (into the # interpreter) generates an error. expect_load_error () { # Test compiling and loading. - $SBCL <