diff options
Diffstat (limited to 'objective-c/test/Slice/keyword/run.py')
-rwxr-xr-x | objective-c/test/Slice/keyword/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Slice/keyword/run.py b/objective-c/test/Slice/keyword/run.py index fa46dd64e11..05a0f95cfcb 100755 --- a/objective-c/test/Slice/keyword/run.py +++ b/objective-c/test/Slice/keyword/run.py @@ -20,6 +20,6 @@ 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) |