summaryrefslogtreecommitdiff
path: root/cpp/test/IceSSL/certificateVerifier/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceSSL/certificateVerifier/run.py')
-rwxr-xr-xcpp/test/IceSSL/certificateVerifier/run.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/test/IceSSL/certificateVerifier/run.py b/cpp/test/IceSSL/certificateVerifier/run.py
index 84f28dab0ff..82ef9d81a1d 100755
--- a/cpp/test/IceSSL/certificateVerifier/run.py
+++ b/cpp/test/IceSSL/certificateVerifier/run.py
@@ -29,7 +29,9 @@ if TestUtil.protocol != "ssl":
print "This test may only be run with SSL enabled."
sys.exit(0)
-testdir = os.path.join(toplevel,"test", "IceSSL", "certificateVerifier")
+name = os.path.join("IceSSL", "certificateVerifier")
+testdir = os.path.join(toplevel, "test", name)
+
client = os.path.join(testdir, "certificateVerifier")
localClientOptions = TestUtil.clientServerProtocol + TestUtil.defaultHost