diff options
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py index 809f06713b9..f8f49e177d6 100755 --- a/scripts/TestUtil.py +++ b/scripts/TestUtil.py @@ -965,9 +965,6 @@ sslConfigTree["ruby"] = sslConfigTree["cpp"] sslConfigTree["php"] = sslConfigTree["cpp"].copy() sslConfigTree["objective-c"] = sslConfigTree["cpp"] -if isUbuntu(): - sslConfigTree["php"]["client"] += " --IceSSL.InitOpenSSL=0" - def getDefaultMapping(): """Try to guess the language mapping from the current path""" here = os.getcwd().split(os.sep) |