[svn r63242] fails on windows, unncessary to test anyway

--HG--
branch : trunk
This commit is contained in:
hpk 2009-03-23 17:24:10 +01:00
parent d203d47b4d
commit 4863c08746
1 changed files with 0 additions and 1 deletions

View File

@ -447,7 +447,6 @@ class BasicRemoteExecution:
assert rinfo.cwd
assert rinfo.version_info
s = repr(rinfo)
assert s.find(rinfo.cwd) != -1
old = self.gw.remote_exec("""
import os.path
cwd = os.getcwd()