tests/test-check-help.t
changeset 32421 778dc37ce683
parent 31498 a248bbfa0bc7
child 32940 75be14993fda
--- a/tests/test-check-help.t	Sun May 21 12:10:53 2017 -0700
+++ b/tests/test-check-help.t	Sun May 21 13:44:26 2017 -0700
@@ -23,6 +23,6 @@
 Check if ":hg:`help TOPIC`" is valid:
 (use "xargs -n1 -t" to see which help commands are executed)
 
-  $ hg files 'glob:{hgext,mercurial}/**/*.py' | sed 's|\\|/|g' \
+  $ hg files 'glob:{hgdemandimport,hgext,mercurial}/**/*.py' | sed 's|\\|/|g' \
   > | xargs python "$TESTTMP/scanhelptopics.py" \
   > | xargs -n1 hg help > /dev/null