diff tests/test-subrepo-svn.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 f33a5d1c937e
children 89e35377dbe8
line wrap: on
line diff
--- a/tests/test-subrepo-svn.t	Fri Oct 08 22:36:10 2010 -0500
+++ b/tests/test-subrepo-svn.t	Fri Oct 08 22:36:10 2010 -0500
@@ -73,7 +73,7 @@
 
   $ hg debugsub
   path s
-   source   file:///*/svn-repo/src (glob)
+   source   file://$TESTTMP/svn-repo/src
    revision 2
 
 change file in svn and hg, commit
@@ -86,13 +86,13 @@
   Transmitting file data .
   Committed revision 3.
   
-  Fetching external item into '*/s/externals' (glob)
+  Fetching external item into '$TESTTMP/sub/t/s/externals'
   External at revision 1.
   
   At revision 3.
   $ hg debugsub
   path s
-   source   file:///*/svn-repo/src (glob)
+   source   file://$TESTTMP/svn-repo/src
    revision 3
 
   $ echo a > s/a
@@ -192,7 +192,7 @@
 
   $ hg debugsub
   path s
-   source   file:///*/svn-repo/src (glob)
+   source   file://$TESTTMP/svn-repo/src
    revision 3
 
 verify subrepo is contained within the repo directory