Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
3b8b6cad
Commit
3b8b6cad
authored
Oct 21, 2013
by
Francois-Rene Rideau
Browse files
More tweaking of test-run-program for Windows.
parent
22fec1a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-run-program.script
View file @
3b8b6cad
...
...
@@ -77,8 +77,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 1) (run-program '("echo :ok 1") :output :forms))
(assert-equal "ok" (dewindowize (stripln
(with-output-to-string (*standard-output*)
(run-program "echo ok" :output t :error-output :output)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment