Skip to content
Snippets Groups Projects
Commit 54a9b8c4 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Another ccl bug 1118 instance commented out

parent 7f054d1b
No related branches found
No related tags found
No related merge requests found
......@@ -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*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment