diff tests/test-default-push.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 97ffc68f71d3
children 9910f60a37ee
line wrap: on
line diff
--- a/tests/test-default-push.t	Fri Oct 08 22:36:10 2010 -0500
+++ b/tests/test-default-push.t	Fri Oct 08 22:36:10 2010 -0500
@@ -18,7 +18,7 @@
 Push should push to 'default' when 'default-push' not set:
 
   $ hg --cwd b push
-  pushing to */a (glob)
+  pushing to $TESTTMP/a
   searching for changes
   adding changesets
   adding manifests
@@ -29,7 +29,7 @@
 
   $ echo 'default-push = ../c' >> b/.hg/hgrc
   $ hg --cwd b push
-  pushing to */c (glob)
+  pushing to $TESTTMP/c
   searching for changes
   adding changesets
   adding manifests