]> git.ipfire.org Git - thirdparty/openssl.git/commit
25-test_pkcs8.t: Make text comparison ignore extra CR characters
authorTomas Mraz <tomas@openssl.org>
Thu, 22 Dec 2022 10:26:14 +0000 (11:26 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 4 Jan 2023 15:36:08 +0000 (16:36 +0100)
commita78a7917aef5134cc6efd77e7dbf7d18bbaec528
treeea7981d534385614ded6f24679f2808a5e722789
parent177d433bda2ffd287d676bc53b549b6c246973e6
25-test_pkcs8.t: Make text comparison ignore extra CR characters

This is needed to pass the test on MinGW.

Fixes #19921

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19957)
test/recipes/25-test_pkcs8.t