summaryrefslogtreecommitdiff
path: root/java/test/IceSSL/configuration/run.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-12-12 08:00:34 +0100
committerJose <jose@zeroc.com>2009-12-12 08:00:34 +0100
commit55d77dec88404da393326570bb39cdde0cd743c2 (patch)
tree42c57d5f9f470e07233d6bae46750ccd0e39bfb9 /java/test/IceSSL/configuration/run.py
parent4471 read(std::vector<bool>) in Stream. (diff)
downloadice-55d77dec88404da393326570bb39cdde0cd743c2.tar.bz2
ice-55d77dec88404da393326570bb39cdde0cd743c2.tar.xz
ice-55d77dec88404da393326570bb39cdde0cd743c2.zip
Minor fixes to several test scripts.
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)