diff options
author | Jose <jose@zeroc.com> | 2009-12-12 08:00:34 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2009-12-12 08:00:34 +0100 |
commit | 55d77dec88404da393326570bb39cdde0cd743c2 (patch) | |
tree | 42c57d5f9f470e07233d6bae46750ccd0e39bfb9 /java/test/IceSSL/configuration/run.py | |
parent | 4471 read(std::vector<bool>) in Stream. (diff) | |
download | ice-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-x | java/test/IceSSL/configuration/run.py | 2 |
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) |