diff options
Diffstat (limited to 'objective-c/test/Ice/defaultValue/run.py')
-rwxr-xr-x | objective-c/test/Ice/defaultValue/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/defaultValue/run.py b/objective-c/test/Ice/defaultValue/run.py index e9c0c1069e0..1a758d84c41 100755 --- a/objective-c/test/Ice/defaultValue/run.py +++ b/objective-c/test/Ice/defaultValue/run.py @@ -20,5 +20,5 @@ if len(path) == 0: sys.path.append(os.path.join(path[0], "scripts")) import TestUtil -client = os.path.join(os.getcwd(), "client") +client = os.path.join(os.getcwd(), TestUtil.getTestExecutable("client")) TestUtil.simpleTest(client) |