changeset 985:00afe8290cd4

test-help: fix for Mercurial 3.7 The other `sed` seems to no longer be necessary, so remove it.
author Siddharth Agarwal <sid0@fb.com>
date Mon, 01 Feb 2016 16:56:54 -0800
parents bcf3d04d6585
children 53d514c9c7e6
files tests/test-help.t
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-help.t
+++ b/tests/test-help.t
@@ -6,7 +6,9 @@
   $ hg help | grep 'git' | sed 's/  */ /g'
    hggit push and pull from a Git server
    git Working with Git Repositories
-  $ hg help hggit | grep 'help git' | sed 's/:hg:`help git`/"hg help git"/g'
+
+Mercurial 3.7+ uses single quotes
+  $ hg help hggit | grep 'help git' | sed "s/'/\"/g"
   For more information and instructions, see "hg help git"
   $ hg help git | grep 'Working with Git Repositories'
   Working with Git Repositories