X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexpect.sh;h=84617f051f00decaceb0366c66025740839407ba;hb=485053aa46c262f9c357cf5cf48d8f6c3f6e8223;hp=49e84893344343f01d1db2653beb843663f72018;hpb=04d819bb1a2e64de4e997203b9516229bb73c686;p=sbcl.git diff --git a/tests/expect.sh b/tests/expect.sh index 49e8489..84617f0 100644 --- a/tests/expect.sh +++ b/tests/expect.sh @@ -1,111 +1,122 @@ # 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 <