From f12b95ff5a3d7a7f5987c3a0dc0fc0eb4706d62e Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 13 Feb 2007 21:40:29 +0100 Subject: [PATCH] [svn r38760] fix ehem syntax ehem error --HG-- branch : trunk --- py/test/rsession/testing/test_hostmanage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/test/rsession/testing/test_hostmanage.py b/py/test/rsession/testing/test_hostmanage.py index d57fbe67b..fcf1e3441 100644 --- a/py/test/rsession/testing/test_hostmanage.py +++ b/py/test/rsession/testing/test_hostmanage.py @@ -261,7 +261,7 @@ class TestHostManager(DirSetup): assert events def XXXtest_ssh_rsync_samehost_twice(self): - XXX we have no easy way to have a temp directory remotely! + #XXX we have no easy way to have a temp directory remotely! option = py.test.config.option if option.sshtarget is None: py.test.skip("no known ssh target, use -S to set one")