tests: conditionalize printed environment variable output in test-alias
authorMatt Harbison <matt_harbison@yahoo.com>
Wed, 28 Mar 2018 22:38:01 -0400
changeset 37144 004ecdbe96ec
parent 37143 8bac14ce5778
child 37145 56c7cd067477
tests: conditionalize printed environment variable output in test-alias
tests/test-alias.t
--- 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.