From c8dba14e76b2d3f93f5da653360d2f5886dba709 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Mon, 6 Jul 2015 23:49:29 -0400
Subject: [PATCH] test-program: punt on clisp/windows.

---
 test/test-program.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-program.script b/test/test-program.script
index 7c54fcb3e..0867dc904 100644
--- a/test/test-program.script
+++ b/test/test-program.script
@@ -1,7 +1,7 @@
 ;;; -*- Lisp -*-
 (DBG :foo (current-lisp-file-pathname))
 
-(unless (or #+(or allegro clisp clozure cmu (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl scl) t)
+(unless (or #+(or allegro (and clisp os-unix) clozure cmu (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl scl) t)
   (DBG "Creating images is not supported on your CL implementation")
   (leave-test "Skipping test" 0))
 
-- 
GitLab