diff tests/test-paths.t @ 12640:6cc4b14fb76b

tests: remove redundant globs Many globs now just match $TESTTMP and is no longer needed.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 08 Oct 2010 22:36:10 -0500
parents e3247ceaca5e
children 7285b2824fb7
line wrap: on
line diff
--- 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]