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

More dumbing down of test-run-program on Windows.

parent 6c764792
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@ Testing run-program
;; a basic smoke test
(assert-equal "ok" (dewindowize (run-program '("cmd" "/c" "echo" "ok") :output :line)))
(assert-equal "ok 1" (dewindowize (run-program "echo ok 1" :output :line)))
(assert-equal "ok 1" (dewindowize (run-program "echo ok 1" :output :line)))
;; clozure: beware http://trac.clozure.com/ccl/ticket/1118
t)
......
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