From 6cf127a5d1303f9845ff4756a78b8e9f774dbe1c Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@gmail.com> Date: Mon, 5 May 2014 07:57:59 -0500 Subject: [PATCH] Reenable tests for lispworks + macosx. These tests were disabled pending a fix in the lisp-invocation library. --- test/test-program.script | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/test-program.script b/test/test-program.script index d65c277a..d0f5cb26 100644 --- a/test/test-program.script +++ b/test/test-program.script @@ -44,8 +44,7 @@ :output (,*standard-output* :linewise t :prefix "stdout: ") :error-output (,*error-output* :linewise t :prefix "stderr: ")))))) -#-(or (and lispworks os-macosx) - (and ecl os-macosx)) +#-(and ecl os-macosx) (progn (DBG "test image-op") (defparameter img (output-file (make-operation 'image-op) (find-system :hello-world-example))) @@ -83,8 +82,7 @@ " \"b c\"" " \"d\""))) -#-(or (and lispworks os-macosx) - (and ecl os-macosx)) +#-(and ecl os-macosx) (progn (DBG "test program-op") (unless (or #+(or clisp clozure (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl) t -- GitLab