From a38f6068254c55e58cfb7ac4e02d0549b94e8153 Mon Sep 17 00:00:00 2001 From: fijal Date: Tue, 13 Feb 2007 16:31:31 +0100 Subject: [PATCH] [svn r38711] Avoid infinte recursion when rsyncing (well finite - OSError file too long) --HG-- branch : trunk --- py/test/rsession/testing/test_rsession.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/rsession/testing/test_rsession.py b/py/test/rsession/testing/test_rsession.py index 094e72997..f7ff459a3 100644 --- a/py/test/rsession/testing/test_rsession.py +++ b/py/test/rsession/testing/test_rsession.py @@ -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']