tests: add "(glob)" to paths in test-hgrc.t for Windows stable
authorFUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Mon, 20 Oct 2014 22:08:08 +0900
branchstable
changeset 23056 d898c7e8c301
parent 23055 392ed77879c3
child 23057 f41dd17ae6b7
tests: add "(glob)" to paths in test-hgrc.t for Windows
tests/test-hgrc.t
--- a/tests/test-hgrc.t	Mon Oct 20 22:08:08 2014 +0900
+++ b/tests/test-hgrc.t	Mon Oct 20 22:08:08 2014 +0900
@@ -30,7 +30,7 @@
   $ cat .hg/hgrc
   # example repository config (see "hg help config" for more info)
   [paths]
-  default = $TESTTMP/foo%bar
+  default = $TESTTMP/foo%bar (glob)
   
   # path aliases to other clones of this repo in URLs or filesystem paths
   # (see "hg help config.paths" for more info)
@@ -224,4 +224,4 @@
   $ hg showconfig --debug paths
   plain: True
   read config from: $TESTTMP/hgrc
-  $TESTTMP/hgrc:17: paths.foo=$TESTTMP/bar
+  $TESTTMP/hgrc:17: paths.foo=$TESTTMP/bar (glob)