mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
windows test fix
This commit is contained in:
parent
6288644fe5
commit
26759d8dfa
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ with open('tttt', 'w') as fp:
|
|||
fp.write("Wow mom!\\n")
|
||||
|
||||
![cat tttt | wc]
|
||||
""", " 1 2 9 <stdin>\n", 0),
|
||||
""", ' 1 2 10\n' if ON_WINDOWS else " 1 2 9 <stdin>\n", 0),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue