Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
7944ad56
Commit
7944ad56
authored
Oct 12, 2013
by
Francois-Rene Rideau
Browse files
Fix test-run-program.script on Windows.
parent
ccbbfec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-run-program.script
View file @
7944ad56
...
...
@@ -252,7 +252,7 @@ Testing run-program
;; a basic smoke test
(assert-equal (run-program '("cmd" "/c" "echo" "ok") :output :lines)
'(
(
"ok"))
)
'("ok"))
t)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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