[svn r38711] Avoid infinte recursion when rsyncing (well finite - OSError file too long)
--HG-- branch : trunk
This commit is contained in:
parent
44337db211
commit
a38f606825
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue