tests/test-help.t
changeset 29979 40ffa8bff73a
parent 29974 7109d5ddeb0c
child 30008 e83f89d3b1f7
--- 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