diff tests/test-ssh.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 9c892c830a72
children e7fdfc702d9f
line wrap: on
line diff
--- a/tests/test-ssh.t	Wed Jun 20 23:41:21 2012 +0200
+++ b/tests/test-ssh.t	Wed Jun 20 23:41:21 2012 +0200
@@ -271,6 +271,9 @@
 
   $ cd ..
 
+hide outer repo
+  $ hg init
+
 Test remote paths with spaces (issue2983):
 
   $ hg init --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo"