[PATCH 1 of 5] test-extdiff: fill in a missing Windows test

Matt Harbison mharbison72 at gmail.com
Sun May 7 05:07:10 UTC 2017


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1494092220 14400
#      Sat May 06 13:37:00 2017 -0400
# Node ID bc5e1de950b9e672510f403c3505dbdbd01c49e4
# Parent  d77cbe9c1de199030c0160ce0f171207f92b0105
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 @@
   > 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)


More information about the Mercurial-devel mailing list