From patchwork Sun May 7 05:07:10 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1,of,5] test-extdiff: fill in a missing Windows test From: Matt Harbison X-Patchwork-Id: 20511 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Sun, 07 May 2017 01:07:10 -0400 # HG changeset patch # User Matt Harbison # 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)