diff tests/test-help.t @ 29979:40ffa8bff73a

tests: favor single quotes for wrapping hg help ...
author timeless <timeless@mozdev.org>
date Tue, 20 Sep 2016 23:49:20 +0000
parents 7109d5ddeb0c
children e83f89d3b1f7
line wrap: on
line diff
--- a/tests/test-help.t	Tue Sep 20 23:49:00 2016 +0000
+++ b/tests/test-help.t	Tue Sep 20 23:49:20 2016 +0000
@@ -1250,12 +1250,12 @@
 
   $ hg help config.`hg help config|grep '^    "'| \
   >       tail -1|sed 's![ "]*!!g'`| \
-  >   grep "hg help -c config" > /dev/null
+  >   grep 'hg help -c config' > /dev/null
   [1]
 
 note to use help -c for general hg help config:
 
-  $ hg help config |grep "hg help -c config" > /dev/null
+  $ hg help config |grep 'hg help -c config' > /dev/null
 
 Test templating help
 
@@ -1589,7 +1589,7 @@
   > subsequent section
   > ------------------
   > 
-  > This should be hidden at "hg help ambiguous" with section name.
+  > This should be hidden at 'hg help ambiguous' with section name.
   > '''
   > """ % (escape(upper), escape(lower)))
   > EOF