tests/test-paths.t
changeset 12372 5163e3c8aa52
parent 12346 3b165c127690
child 12375 02990e22150b
--- a/tests/test-paths.t	Wed Sep 22 00:14:57 2010 +0200
+++ b/tests/test-paths.t	Wed Sep 22 16:05:58 2010 -0500
@@ -6,11 +6,11 @@
   $ echo '[paths]' >> .hg/hgrc
   $ echo 'dupe = ../b' >> .hg/hgrc
   $ hg in dupe
-  comparing with .*/test-paths.t/b
+  comparing with .*/test-paths\.t/b
   no changes found
   [1]
   $ cd ..
   $ hg -R a in dupe
-  comparing with .*/test-paths.t/b
+  comparing with .*/test-paths\.t/b
   no changes found
   [1]