tests/test-subrepo.t
changeset 12587 e3247ceaca5e
parent 12399 4fee1fd3de9a
child 12640 6cc4b14fb76b
--- a/tests/test-subrepo.t	Tue Sep 28 19:29:14 2010 +0200
+++ b/tests/test-subrepo.t	Thu Sep 30 09:49:40 2010 +0200
@@ -542,9 +542,9 @@
   $ cat mercurial2/main/nested_absolute/.hg/hgrc \
   >     mercurial2/main/nested_relative/.hg/hgrc
   [paths]
-  default = */test-subrepo.t/sub/mercurial/nested_absolute (glob)
+  default = */sub/mercurial/nested_absolute (glob)
   [paths]
-  default = */test-subrepo.t/sub/mercurial/nested_relative (glob)
+  default = */sub/mercurial/nested_relative (glob)
   $ rm -rf mercurial mercurial2
 
 Issue1977: multirepo push should fail if subrepo push fails