##// END OF EJS Templates
test-extdiff: fill in a missing Windows test
Matt Harbison -
r32208:bc2e2335 default
parent child Browse files
Show More
@@ -229,7 +229,8 b' Test pre-72a89cf86fcd backward compatibi'
229 > odd.executable = echo
229 > odd.executable = echo
230 > EOF
230 > EOF
231 #if windows
231 #if windows
232 TODO
232 $ hg --debug odd | grep '^running'
233 running '"*\\echo.exe" --foo="sp ace" "sp ace" --bar="sp ace" "sp ace"' in * (glob)
233 #else
234 #else
234 $ hg --debug odd | grep '^running'
235 $ hg --debug odd | grep '^running'
235 running "*/echo --foo='sp ace' 'sp ace' --bar='sp ace' 'sp ace'" in * (glob)
236 running "*/echo --foo='sp ace' 'sp ace' --bar='sp ace' 'sp ace'" in * (glob)
General Comments 0
You need to be logged in to leave comments. Login now