tests/test-paths.t
changeset 12587 e3247ceaca5e
parent 12376 97ffc68f71d3
child 12640 6cc4b14fb76b
--- a/tests/test-paths.t	Tue Sep 28 19:29:14 2010 +0200
+++ b/tests/test-paths.t	Thu Sep 30 09:49:40 2010 +0200
@@ -6,11 +6,11 @@
   $ echo '[paths]' >> .hg/hgrc
   $ echo 'dupe = ../b' >> .hg/hgrc
   $ hg in dupe
-  comparing with */test-paths.t/b (glob)
+  comparing with */b (glob)
   no changes found
   [1]
   $ cd ..
   $ hg -R a in dupe
-  comparing with */test-paths.t/b (glob)
+  comparing with */b (glob)
   no changes found
   [1]