tests/test-hgrc.t
changeset 13572 1bb2a56a9d73
parent 12697 14853ca7e11b
child 13849 9f97de157aad
--- a/tests/test-hgrc.t	Fri Jan 07 15:19:21 2011 -0600
+++ b/tests/test-hgrc.t	Thu Mar 10 13:43:47 2011 +0100
@@ -20,12 +20,12 @@
   $ cd foobar
   $ cat .hg/hgrc
   [paths]
-  default = */foo%bar (glob)
+  default = $TESTTMP/foo%bar
   $ hg paths
-  default = */foo%bar (glob)
+  default = $TESTTMP/foo%bar
   $ hg showconfig
-  bundle.mainreporoot=*/foobar (glob)
-  paths.default=*/foo%bar (glob)
+  bundle.mainreporoot=$TESTTMP/foobar
+  paths.default=$TESTTMP/foo%bar
   $ cd ..
 
 issue1829: wrong indentation