summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/stringConverter/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/stringConverter/run.py')
-rwxr-xr-xcpp/test/Ice/stringConverter/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/stringConverter/run.py b/cpp/test/Ice/stringConverter/run.py
index 1e05abd1220..2625cd6ad55 100755
--- a/cpp/test/Ice/stringConverter/run.py
+++ b/cpp/test/Ice/stringConverter/run.py
@@ -26,7 +26,7 @@ testdir = os.path.dirname(os.path.abspath(__file__))
client = os.path.join(testdir, "client")
print "starting client...",
-clientPipe = os.popen(client + " 2>&1")
+clientPipe = TestUtil.startClient(client, "")
print "ok"
TestUtil.printOutputFromPipe(clientPipe);