summaryrefslogtreecommitdiffstats
path: root/src/appl/user_user/t_user2user.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/user_user/t_user2user.py')
-rw-r--r--src/appl/user_user/t_user2user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/user_user/t_user2user.py b/src/appl/user_user/t_user2user.py
index abd66413f..8bdef8e07 100644
--- a/src/appl/user_user/t_user2user.py
+++ b/src/appl/user_user/t_user2user.py
@@ -10,7 +10,7 @@ for realm in multipass_realms():
else:
srv_output = realm.start_server(['./uuserver', '9999'], 'Server started')
- output = realm.run_as_client(['./uuclient', hostname, 'testing message', '9999'])
+ output = realm.run(['./uuclient', hostname, 'testing message', '9999'])
if 'uu-client: server says \"Hello, other end of connection.\"' not in output:
fail('Message not echoed back.')