From 4b2433c82b06bbda1b604e0baaa559e83bac5ce9 Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Fri, 8 Nov 2002 18:14:53 +0000 Subject: fixes --- cpp/test/IceSSL/configuration/run.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/test/IceSSL/configuration/run.py') 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(): -- cgit v1.2.3