From d3fe25b2c718c60b7319243299087a535a2902b3 Mon Sep 17 00:00:00 2001 From: FUJIWARA Katsunori Date: Mon, 20 Oct 2014 22:08:08 +0900 Subject: [PATCH] tests: add "(glob)" to paths in test-hgrc.t for Windows --- tests/test-hgrc.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-hgrc.t b/tests/test-hgrc.t index 0fd9bfd436..c9d98e0827 100644 --- a/tests/test-hgrc.t +++ b/tests/test-hgrc.t @@ -30,7 +30,7 @@ Issue1199: Can't use '%' in hgrc (eg url encoded username) $ 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 @@ source of paths is not mangled $ 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)