changeset 12668:89e35377dbe8

test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP Use a glob instead of expecting $TESTTMP.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 09 Oct 2010 15:06:22 -0500
parents f5735bb80d77
children b0fa39c68370
files tests/test-subrepo-svn.t
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-subrepo-svn.t	Sat Oct 09 22:05:24 2010 +0200
+++ b/tests/test-subrepo-svn.t	Sat Oct 09 15:06:22 2010 -0500
@@ -73,7 +73,7 @@
 
   $ hg debugsub
   path s
-   source   file://$TESTTMP/svn-repo/src
+   source   file://*/svn-repo/src (glob)
    revision 2
 
 change file in svn and hg, commit
@@ -92,7 +92,7 @@
   At revision 3.
   $ hg debugsub
   path s
-   source   file://$TESTTMP/svn-repo/src
+   source   file://*/svn-repo/src (glob)
    revision 3
 
   $ echo a > s/a
@@ -192,7 +192,7 @@
 
   $ hg debugsub
   path s
-   source   file://$TESTTMP/svn-repo/src
+   source   file://*/svn-repo/src (glob)
    revision 3
 
 verify subrepo is contained within the repo directory