From 4c9d5e8dc007da70da8ab0fa7fb9245c9dfa58bd Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Wed, 29 Jul 2015 19:45:46 -0400 Subject: [PATCH] Disable testing with the no-longer-supported sbcl backend. --- test.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.lisp b/test.lisp index 2698cc4..f763f67 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))|#) -- GitLab