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

Fix test-run-program.script on Windows.

parent ccbbfec1
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,7 @@ Testing run-program ...@@ -252,7 +252,7 @@ Testing run-program
;; a basic smoke test ;; a basic smoke test
(assert-equal (run-program '("cmd" "/c" "echo" "ok") :output :lines) (assert-equal (run-program '("cmd" "/c" "echo" "ok") :output :lines)
'(("ok"))) '("ok"))
t) 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