• Manuel Pégourié-Gonnard's avatar
    Avoid race condition in test · 4b7027a8
    Manuel Pégourié-Gonnard authored
    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.
    4b7027a8