Fix windows echo
This commit is contained in:
parent
87e08bfb66
commit
c6148571c1
1 changed files with 1 additions and 1 deletions
|
|
@ -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'")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue