test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP
Use a glob instead of expecting $TESTTMP.
--- 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