tests/test-paths.t
changeset 12376 97ffc68f71d3
parent 12375 02990e22150b
child 12587 e3247ceaca5e
--- a/tests/test-paths.t	Wed Sep 22 16:06:00 2010 -0500
+++ b/tests/test-paths.t	Wed Sep 22 16:06:02 2010 -0500
@@ -6,11 +6,11 @@
   $ echo '[paths]' >> .hg/hgrc
   $ echo 'dupe = ../b' >> .hg/hgrc
   $ hg in dupe
-  comparing with .*/test-paths\.t/b (re)
+  comparing with */test-paths.t/b (glob)
   no changes found
   [1]
   $ cd ..
   $ hg -R a in dupe
-  comparing with .*/test-paths\.t/b (re)
+  comparing with */test-paths.t/b (glob)
   no changes found
   [1]