summaryrefslogtreecommitdiff
path: root/py/test/Ice/proxy/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/proxy/ServerAMD.py')
-rwxr-xr-xpy/test/Ice/proxy/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/proxy/ServerAMD.py b/py/test/Ice/proxy/ServerAMD.py
index 93839fe50f3..4d0631edc43 100755
--- a/py/test/Ice/proxy/ServerAMD.py
+++ b/py/test/Ice/proxy/ServerAMD.py
@@ -16,7 +16,7 @@ if not slice_dir:
print sys.argv[0] + ': Slice directory not found.'
sys.exit(1)
-Ice.loadSlice('-I' + slice_dir + ' TestAMD.ice')
+Ice.loadSlice("'-I" + slice_dir + "' TestAMD.ice")
import Test
class MyDerivedClassI(Test.MyDerivedClass):