X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexpect.sh;fp=tests%2Fexpect.sh;h=5919750e99baf75f3eb73fa2d0154f7ee2abff79;hb=a42922aef908a1b45ae5420d51b2ca7ee1bafb9e;hp=9976e298ed150f089db995b1adf9e7ed70e509a7;hpb=bb4a4dd1cb4ddd79fafbc6dabc0cb987d44c326d;p=sbcl.git diff --git a/tests/expect.sh b/tests/expect.sh index 9976e29..5919750 100644 --- a/tests/expect.sh +++ b/tests/expect.sh @@ -1,91 +1,78 @@ # 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 <