[svn r38711] Avoid infinte recursion when rsyncing (well finite - OSError file too long)

--HG--
branch : trunk
This commit is contained in:
fijal 2007-02-13 16:31:31 +01:00
parent 44337db211
commit a38f606825
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ class TestRSessionRemote(DirSetup, BasicRsessionTest):
"""
allevents = []
hosts = [HostInfo('localhost:%s' % self.dest)]
tmpdir = py.test.ensuretemp("nice")
tmpdir = self.source
tmpdir.ensure("__init__.py")
tmpdir.ensure("conftest.py").write(py.code.Source("""
dist_hosts = ['localhost:%s']