From: Daniel Stenberg Date: Thu, 9 Feb 2023 18:38:56 +0000 (+0100) Subject: test2304: remove stdout verification X-Git-Tag: curl-7_88_0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2fa4112adadd824b99c4ff3b057ac9594b3de3a;p=thirdparty%2Fcurl.git test2304: remove stdout verification This cripples the test somewhat but the check was bad since depending on timing it could exit before the output was done, making the test flaky. --- diff --git a/tests/data/test2304 b/tests/data/test2304 index 52a390386c..895518fb47 100644 --- a/tests/data/test2304 +++ b/tests/data/test2304 @@ -61,8 +61,9 @@ Sec-WebSocket-Version: 13 Sec-WebSocket-Key: NDMyMTUzMjE2MzIxNzMyMQ== - -Connection closed - + +# This test used to check that "connection closed" was output, but +# that is flaky since the outgoing PING just before might fail already +# and then the test exists before the output gets to be written