From 5a86e9008e867ac7482e04ca183486922adeedd2 Mon Sep 17 00:00:00 2001 From: "Tarn W. Burton" Date: Sat, 29 Jun 2024 19:13:53 -0400 Subject: [PATCH] ansi-test: Skip dragonbox on ECL --- code/ansi-test/test.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ansi-test/test.lisp b/code/ansi-test/test.lisp index 056016bd..17994ac8 100644 --- a/code/ansi-test/test.lisp +++ b/code/ansi-test/test.lisp @@ -54,7 +54,7 @@ (defvar *client-initargs* '((burger-dybvig) (schubfach) - (dragonbox))) + #-ecl (dragonbox))) (defun test (&rest args &key exit &allow-other-keys) (setf args (remprop :exit args))