diff --git a/test.lisp b/test.lisp index 2698cc4836ad2427297ca1ff2db2f451666db0ac..f763f67cb0f865e85ee650045e0cb12774a35a68 100644 --- a/test.lisp +++ b/test.lisp @@ -23,6 +23,6 @@ (deftest test-inferior-shell () (let ((*backend* :auto)) (do-test-inferior-shell)) - #+(and sbcl sb-thread unix) + #|#+(and sbcl sb-thread unix) (let ((*backend* :sbcl)) - (do-test-inferior-shell))) + (do-test-inferior-shell))|#)