# HG changeset patch # User Matt Harbison # Date 2017-05-06 17:37:00 # Node ID bc2e23354cc0d53b6b064323e30dcae7a4dab859 # Parent 65cd7e705ff6c2947787449e03075b0b42849f68 test-extdiff: fill in a missing Windows test diff --git a/tests/test-extdiff.t b/tests/test-extdiff.t --- a/tests/test-extdiff.t +++ b/tests/test-extdiff.t @@ -229,7 +229,8 @@ Test pre-72a89cf86fcd backward compatibi > 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)