summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/udp/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/udp/run.py')
-rwxr-xr-xcpp/test/Ice/udp/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/Ice/udp/run.py b/cpp/test/Ice/udp/run.py
index ddc8c7e76eb..1386ab856e8 100755
--- a/cpp/test/Ice/udp/run.py
+++ b/cpp/test/Ice/udp/run.py
@@ -29,8 +29,8 @@ if TestUtil.isSolaris() and TestUtil.ipv6:
print("test not supported on Solaris with IPv6")
sys.exit(0)
-server = os.path.join(os.getcwd(), "server")
-client = os.path.join(os.getcwd(), "client")
+server = os.path.join(os.getcwd(), TestUtil.getTestExecutable("server"))
+client = os.path.join(os.getcwd(), TestUtil.getTestExecutable("client"))
num = 5