diff options
Diffstat (limited to 'cpp/test/IceSSL/loadPEM/run.py')
-rwxr-xr-x | cpp/test/IceSSL/loadPEM/run.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/loadPEM/run.py b/cpp/test/IceSSL/loadPEM/run.py index 1b289b4ee48..a391851d784 100755 --- a/cpp/test/IceSSL/loadPEM/run.py +++ b/cpp/test/IceSSL/loadPEM/run.py @@ -34,7 +34,9 @@ testOptions = " --IceSSL.Client.CertPath=" + os.path.join(toplevel, "test", "Ice " --IceSSL.Server.CertPath=" + os.path.join(toplevel, "test", "IceSSL", "certs") + \ " --IceSSL.Server.Config= " -testdir = os.path.join(toplevel,"test", "IceSSL", "loadPEM") +name = os.path.join("IceSSL", "loadPEM") +testdir = os.path.join(toplevel, "test", name) + client = os.path.join(testdir, "loadPEM") localClientOptions = TestUtil.clientServerProtocol + TestUtil.defaultHost |