Mercurial > hg
changeset 32213:bc2e23354cc0
test-extdiff: fill in a missing Windows test
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 06 May 2017 13:37:00 -0400 |
parents | 65cd7e705ff6 |
children | c05f71e57ec4 |
files | tests/test-extdiff.t |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-extdiff.t Sat Aug 13 17:21:58 2016 +0900 +++ b/tests/test-extdiff.t Sat May 06 13:37:00 2017 -0400 @@ -229,7 +229,8 @@ > odd.executable = echo > EOF #if windows -TODO + $ hg --debug odd | grep '^running' + running '"*\\echo.exe" --foo="sp ace" "sp ace" --bar="sp ace" "sp ace"' in * (glob) #else $ hg --debug odd | grep '^running' running "*/echo --foo='sp ace' 'sp ace' --bar='sp ace' 'sp ace'" in * (glob)