changeset 37144:004ecdbe96ec

tests: conditionalize printed environment variable output in test-alias
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 28 Mar 2018 22:38:01 -0400
parents 8bac14ce5778
children 56c7cd067477
files tests/test-alias.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-alias.t	Wed Mar 28 15:31:18 2018 -0700
+++ b/tests/test-alias.t	Wed Mar 28 22:38:01 2018 -0400
@@ -605,7 +605,8 @@
   $ 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.