diff tests/test-subrepo-relative-path.t @ 17015:73d20de5f30b

tests: add missing no-outer-repo requirements Outer repos (if any) will now never be touched by the tests. But it is better to run without any repos around the tmp directory.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 20 Jun 2012 23:41:21 +0200
parents d6a4cfefafb3
children cd8e109b673b
line wrap: on
line diff
--- a/tests/test-subrepo-relative-path.t	Wed Jun 20 23:41:21 2012 +0200
+++ b/tests/test-subrepo-relative-path.t	Wed Jun 20 23:41:21 2012 +0200
@@ -29,6 +29,9 @@
   0 files updated, 0 files merged, 3 files removed, 0 files unresolved
   $ rm -rf main/sub
 
+hide outer repo
+  $ hg init
+
 Serving them both using hgweb
 
   $ printf '[paths]\n/main = main\nsub = sub\n' > webdir.conf