X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdynamic-extent.impure.lisp;h=ba18278d9088b26a3b61386ba317ecce528cc566;hb=6ecf5b74d7bc31f534fb784ad2c380e62976ac11;hp=8a26b5856f8e020884df1784f3ddf3bf17097690;hpb=94d4157bfb2332fde8955d5fb82b71298a870330;p=sbcl.git diff --git a/tests/dynamic-extent.impure.lisp b/tests/dynamic-extent.impure.lisp index 8a26b58..ba18278 100644 --- a/tests/dynamic-extent.impure.lisp +++ b/tests/dynamic-extent.impure.lisp @@ -11,6 +11,9 @@ ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. +(when (eq sb-ext:*evaluator-mode* :interpret) + (sb-ext:quit :unix-status 104)) + (setq sb-c::*check-consistency* t) (defmacro defun-with-dx (name arglist &body body)