diff options
Diffstat (limited to 'cpp/test/IceSSL/configuration/run.py')
-rwxr-xr-x | cpp/test/IceSSL/configuration/run.py | 3 |
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(): |