From 4863c087464da7187d4401a2ef246417c536040d Mon Sep 17 00:00:00 2001 From: hpk Date: Mon, 23 Mar 2009 17:24:10 +0100 Subject: [PATCH] [svn r63242] fails on windows, unncessary to test anyway --HG-- branch : trunk --- py/execnet/testing/test_gateway.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/execnet/testing/test_gateway.py b/py/execnet/testing/test_gateway.py index f17c37af3..50fafa0a7 100644 --- a/py/execnet/testing/test_gateway.py +++ b/py/execnet/testing/test_gateway.py @@ -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()