summaryrefslogtreecommitdiff
path: root/objective-c/test/Ice/stream/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'objective-c/test/Ice/stream/run.py')
-rwxr-xr-xobjective-c/test/Ice/stream/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/stream/run.py b/objective-c/test/Ice/stream/run.py
index 21e49d630eb..06bc2ab56a0 100755
--- a/objective-c/test/Ice/stream/run.py
+++ b/objective-c/test/Ice/stream/run.py
@@ -20,7 +20,7 @@ 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"))
print("Running test with default encoding...")
TestUtil.simpleTest(client)