From 54a9b8c47697190017e4631c62288fe9cf2722ba Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Mon, 14 Oct 2013 23:01:43 -0400
Subject: [PATCH] Another ccl bug 1118 instance commented out

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

diff --git a/test/test-run-program.script b/test/test-run-program.script
index dba83d66..dcfd8c26 100644
--- a/test/test-run-program.script
+++ b/test/test-run-program.script
@@ -80,6 +80,7 @@
 ;; NB1: run-shell-command is deprecated. Use run-program instead.
 ;; NB2: we do NOT support stderr capture to *verbose-out* anymore in run-shell-command.
 ;; If you want 2>&1 redirection, you know where to find it.
+#-(and clozure os-windows) ;; http://trac.clozure.com/ccl/ticket/1118
 (assert-equal '(:ok 1) (run-program '("echo" ":ok  1") :output :forms))
 (assert-equal "ok" (dewindowize (stripln
                                  (with-output-to-string (*standard-output*)
-- 
GitLab