]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Handle merged stderr: add 'Failed reading from' pattern
authorUni <pedroluiscolmenares722@gmail.com>
Fri, 6 Mar 2026 17:19:32 +0000 (18:19 +0100)
committerNeil Horman <nhorman@openssl.org>
Tue, 10 Mar 2026 18:22:06 +0000 (14:22 -0400)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.foundation>
MergeDate: Tue Mar 10 18:22:20 2026
(Merged from https://github.com/openssl/openssl/pull/30289)

test/recipes/82-test_ech_client_server.t

index 446323120cfb103bdf5571051844dc45223f2b76..dbeeb55d872bbbf0d1243ab5ced997c71194e4e2 100644 (file)
@@ -131,6 +131,8 @@ sub start_ech_client_server
                 ;
             } elsif (/^Setting secondary/) {
                 ;
+            } elsif (/^Failed reading from/) {
+                ;
             } else {
                 last;
             }