From patchwork Thu Mar 29 02:45:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2, of, 2] tests: conditionalize printed environment variable output in test-alias From: Matt Harbison X-Patchwork-Id: 29931 Message-Id: <52a792d66f2f14dd75af.1522291531@Envy> To: mercurial-devel@mercurial-scm.org Date: Wed, 28 Mar 2018 22:45:31 -0400 # HG changeset patch # User Matt Harbison # Date 1522291081 14400 # Wed Mar 28 22:38:01 2018 -0400 # Node ID 52a792d66f2f14dd75af06981dcfbb3678daf094 # Parent 7a6eccc3b43dd8f6090b23aa38b2f71d33f5bbdc tests: conditionalize printed environment variable output in test-alias diff --git a/tests/test-alias.t b/tests/test-alias.t --- a/tests/test-alias.t +++ b/tests/test-alias.t @@ -605,7 +605,8 @@ help for a shell alias $ hg help rebate hg rebate [MYARGS] - shell alias for: echo this is $HG_ARGS + shell alias for: echo this is %HG_ARGS% (windows !) + shell alias for: echo this is $HG_ARGS (no-windows !) This is my alias which just prints something.