summaryrefslogtreecommitdiff
path: root/cpp/test/IceSSL/loadPEM/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceSSL/loadPEM/run.py')
-rwxr-xr-xcpp/test/IceSSL/loadPEM/run.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/test/IceSSL/loadPEM/run.py b/cpp/test/IceSSL/loadPEM/run.py
index 4dd35db24f7..bb569b520c7 100755
--- a/cpp/test/IceSSL/loadPEM/run.py
+++ b/cpp/test/IceSSL/loadPEM/run.py
@@ -25,10 +25,10 @@ if TestUtil.protocol != "ssl":
print "This test may only be run with SSL enabled."
sys.exit(0)
-testOptions = " --Ice.SSL.Client.CertPath=TOPLEVELDIR/test/IceSSL/certs" + \
- " --Ice.SSL.Client.Config= " + \
- " --Ice.SSL.Server.CertPath=TOPLEVELDIR/test/IceSSL/certs" + \
- " --Ice.SSL.Server.Config= "
+testOptions = " --IceSSL.Client.CertPath=TOPLEVELDIR/test/IceSSL/certs" + \
+ " --IceSSL.Client.Config= " + \
+ " --IceSSL.Server.CertPath=TOPLEVELDIR/test/IceSSL/certs" + \
+ " --IceSSL.Server.Config= "
testdir = os.path.join(toplevel,"test", "IceSSL", "loadPEM")
client = os.path.join(testdir, "loadPEM")