X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fclos.test.sh;h=41d7f8899a718aedf3fe5c90e7a0ba3e4dec95f5;hb=a92c91a4fdcdcf1c96b33339c1ef077243183187;hp=407088e4e65494ad65caac71207445ff1ba33da8;hpb=d40a76606c86722b0aef8179155f9f2840739b72;p=sbcl.git diff --git a/tests/clos.test.sh b/tests/clos.test.sh index 407088e..41d7f88 100644 --- a/tests/clos.test.sh +++ b/tests/clos.test.sh @@ -45,7 +45,9 @@ EOF fi } -tmpfilename="clos-test-$$-tmp.lisp" +base_tmpfilename="clos-test-$$-tmp" +tmpfilename="$base_tmpfilename.lisp" +compiled_tmpfilename="$base_tmpfilename.fasl" # This should fail, but didn't until sbcl-0.6.12.7, with Martin # Atzmueller's port of Pierre Mai's fixes. @@ -83,6 +85,7 @@ EOF expect_load_error $tmpfilename rm $tmpfilename +rm $compiled_tmpfilename # success exit 104