commit | 4b7027a8da04beb2cc3ac0384e3d251f9cf8f41f | [log] [download] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Aug 10 13:13:58 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg2@elzevir.fr> | Mon Aug 10 13:18:48 2015 +0200 |
tree | 54a712a1ec077dda92da9ffa419139e5116996aa | |
parent | ac50fc5e2ffcc28a3150f643f5696199f3b18e07 [diff] |
Avoid race condition in test Apparently openssl s_server does not flush stdout, anyway sometimes the client receives the reply and exits, thus terminating the test, before is request is visible on the server's stdout. So, just don't check that, checking the client's output and exit code is already enough.