From b0e4d68d5124581ae353493d69bea352de4cff8a Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 3 Apr 2018 19:36:00 +0000 Subject: Import MIT KRB5 1.16. --- src/appl/user_user/t_user2user.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/appl/user_user/t_user2user.py') diff --git a/src/appl/user_user/t_user2user.py b/src/appl/user_user/t_user2user.py index 8bdef8e07b90..2a7d03f8dc87 100755 --- a/src/appl/user_user/t_user2user.py +++ b/src/appl/user_user/t_user2user.py @@ -10,9 +10,9 @@ for realm in multipass_realms(): else: srv_output = realm.start_server(['./uuserver', '9999'], 'Server started') - 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.') + msg = 'uu-client: server says "Hello, other end of connection."' + realm.run(['./uuclient', hostname, 'testing message', '9999'], + expected_msg=msg) success('User-2-user test programs') -- cgit v1.2.3