]> git.ipfire.org Git - thirdparty/openssl.git/commit
Do not confuse TAP::Parser by mixing up stderr with stdout.
authorAlexandr Nedvedicky <sashan@openssl.org>
Sat, 5 Oct 2024 15:26:24 +0000 (17:26 +0200)
committerAlexandr Nedvedicky <sashan@openssl.org>
Wed, 23 Oct 2024 13:45:57 +0000 (15:45 +0200)
commit3d3bb26a13dcc67f99e66de6a44ae9ced117f64b
treea00d0a537c4c3ae2a6931effaa20d95b1d7d231e
parent76783a8286de8b86fbc48bc8a6976b79b33503d2
Do not confuse TAP::Parser by mixing up stderr with stdout.

This avoids false psotivie failures on FreeBSD-CI which
suffers most from this issue.

Fixes #23992

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/25613)
util/perl/TLSProxy/Proxy.pm