summaryrefslogtreecommitdiff
path: root/java/test/IceSSL/configuration/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/IceSSL/configuration/run.py')
-rwxr-xr-xjava/test/IceSSL/configuration/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/IceSSL/configuration/run.py b/java/test/IceSSL/configuration/run.py
index 93cddb4a0c7..ea544266f07 100755
--- a/java/test/IceSSL/configuration/run.py
+++ b/java/test/IceSSL/configuration/run.py
@@ -20,7 +20,7 @@ if len(path) == 0:
sys.path.append(os.path.join(path[0]))
from scripts import *
-testdir = "'%s'" % os.getcwd()
+testdir = '"%s"' % os.getcwd()
TestUtil.clientServerTest(additionalClientOptions=testdir)