]> 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:56:25 +0000 (15:56 +0200)
commit2b39339e40cf97ff5594723176dc1e2e0c4dd884
treea4ab3c90660de61d50aefc47ef515cf761e91375
parenta0f5ecc500257d653892a6f25c52d30482f0ee09
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)

(cherry picked from commit 3d3bb26a13dcc67f99e66de6a44ae9ced117f64b)
util/perl/TLSProxy/Proxy.pm