tests/test-paths.t
changeset 12640 6cc4b14fb76b
parent 12587 e3247ceaca5e
child 12662 7285b2824fb7
--- a/tests/test-paths.t	Fri Oct 08 22:36:10 2010 -0500
+++ b/tests/test-paths.t	Fri Oct 08 22:36:10 2010 -0500
@@ -6,11 +6,11 @@
   $ echo '[paths]' >> .hg/hgrc
   $ echo 'dupe = ../b' >> .hg/hgrc
   $ hg in dupe
-  comparing with */b (glob)
+  comparing with $TESTTMP/b
   no changes found
   [1]
   $ cd ..
   $ hg -R a in dupe
-  comparing with */b (glob)
+  comparing with $TESTTMP/b
   no changes found
   [1]