From 946375759dc1e7cdf5b5a7c022b8acf874b229a6 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@gmail.com> Date: Wed, 12 Feb 2014 13:09:34 -0600 Subject: [PATCH] Added missing reader conditional. --- test/test-bundle.script | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test-bundle.script b/test/test-bundle.script index fa9cc083..a7754144 100644 --- a/test/test-bundle.script +++ b/test/test-bundle.script @@ -13,6 +13,7 @@ #+(and darwin ecl) (leave-test "Bundle test doesn't work on Mac on this lisp." 0) +#+abcl (when (and (member :abcl *features*) (os-macosx-p) ;; bundles don't work on pre-1.3.0 -- GitLab