tests: fix an incorrect description in test-ignore.t
authorMartin von Zweigbergk <martinvonz@google.com>
Fri, 14 Jul 2017 10:48:08 -0700
changeset 33477 cc4632679cf9
parent 33476 c0d8de2724ce
child 33478 cf15c3cc304c
tests: fix an incorrect description in test-ignore.t Differential Revision: https://phab.mercurial-scm.org/D82
tests/test-hgignore.t
--- a/tests/test-hgignore.t	Sat Jul 15 00:38:57 2017 +0900
+++ b/tests/test-hgignore.t	Fri Jul 14 10:48:08 2017 -0700
@@ -82,7 +82,7 @@
   $ rm 'baz\#wat'
 #endif
 
-Check it does not ignore the current directory '.':
+Check that '^\.' does not ignore the root directory:
 
   $ echo "^\." > .hgignore
   $ hg status