summaryrefslogtreecommitdiff
path: root/cpp/test/IceSSL/configuration/run.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-11-08 18:14:53 +0000
committerMarc Laukien <marc@zeroc.com>2002-11-08 18:14:53 +0000
commit4b2433c82b06bbda1b604e0baaa559e83bac5ce9 (patch)
tree6211a8e432034fd0b05532ca7e7ceaabe1c763f2 /cpp/test/IceSSL/configuration/run.py
parentRemoved redundant iostream include that was left behind for tracing. (diff)
downloadice-4b2433c82b06bbda1b604e0baaa559e83bac5ce9.tar.bz2
ice-4b2433c82b06bbda1b604e0baaa559e83bac5ce9.tar.xz
ice-4b2433c82b06bbda1b604e0baaa559e83bac5ce9.zip
fixes
Diffstat (limited to 'cpp/test/IceSSL/configuration/run.py')
-rwxr-xr-xcpp/test/IceSSL/configuration/run.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/IceSSL/configuration/run.py b/cpp/test/IceSSL/configuration/run.py
index f787ac3e0fd..fcfa47e4f51 100755
--- a/cpp/test/IceSSL/configuration/run.py
+++ b/cpp/test/IceSSL/configuration/run.py
@@ -33,9 +33,8 @@ testdir = os.path.join(toplevel,"test", "IceSSL", "configuration")
client = os.path.join(testdir, "configuration")
localClientOptions = TestUtil.clientServerProtocol + TestUtil.defaultHost
-updatedOptions = localClientOptions.replace("TOPLEVELDIR", toplevel)
print "starting configuration...",
-clientPipe = os.popen(client + updatedOptions)
+clientPipe = os.popen(client + localClientOptions)
print "ok"
for output in clientPipe.xreadlines():