Fix windows echo

This commit is contained in:
Joey Yakimowich-Payne 2018-08-03 15:08:03 +09:00
commit c6148571c1

View file

@ -120,7 +120,7 @@ suite "test file ops":
test "pipe command into file":
when defined(windows):
pipe(testfilename, "ECHO foo > $file")
pipe(testfilename, "ECHO foo")
testfilename.checkFile("foo")
else:
pipe(testfilename, "cat $file | grep 'this is text'")