summaryrefslogtreecommitdiff
path: root/cpp/test/IceSSL/certificateAndKeyParsing/run.py
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2003-10-28 03:25:12 +0000
committerMichi Henning <michi@zeroc.com>2003-10-28 03:25:12 +0000
commit7ec3916603e7605162eaa405364c0095769fc038 (patch)
tree256bafec49de30dfb01de1bc289e07cc6938e3c5 /cpp/test/IceSSL/certificateAndKeyParsing/run.py
parentFixed incorrect lock in CommunicatorI.cpp. (diff)
downloadice-7ec3916603e7605162eaa405364c0095769fc038.tar.bz2
ice-7ec3916603e7605162eaa405364c0095769fc038.tar.xz
ice-7ec3916603e7605162eaa405364c0095769fc038.zip
Fixed incorrect property.
Diffstat (limited to 'cpp/test/IceSSL/certificateAndKeyParsing/run.py')
-rwxr-xr-xcpp/test/IceSSL/certificateAndKeyParsing/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/certificateAndKeyParsing/run.py b/cpp/test/IceSSL/certificateAndKeyParsing/run.py
index 3bf37700c00..c45afcf6d9f 100755
--- a/cpp/test/IceSSL/certificateAndKeyParsing/run.py
+++ b/cpp/test/IceSSL/certificateAndKeyParsing/run.py
@@ -29,7 +29,7 @@ if TestUtil.protocol != "ssl" :
print "This test may only be run with SSL enabled."
sys.exit(0)
-testOptions = " --IceSSL.Test.Client.CertPath=" + os.path.join(toplevel, "test", "IceSSL", "certs") + \
+testOptions = " --IceSSL.Client.CertPath.Test=" + os.path.join(toplevel, "test", "IceSSL", "certs") + \
" --IceSSL.Client.CertPath=" + os.path.join(toplevel, "test", "IceSSL", "certs") + \
" --IceSSL.Client.Config= " + \
" --IceSSL.Server.CertPath=" + os.path.join(toplevel, "test", "IceSSL", "certs") + \