# HG changeset patch # User Mads Kiilerich # Date 1286654782 18000 # Node ID 89e35377dbe8d0e0986978e54e434a175d0dc583 # Parent f5735bb80d77b289127e664b240bac6207b000d3 test-subrepo-svn.t: ignore that subversion %-encodes $TESTTMP Use a glob instead of expecting $TESTTMP. diff -r f5735bb80d77 -r 89e35377dbe8 tests/test-subrepo-svn.t --- 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