Avoid test_errstr in a cross compiled configuration
authorRichard Levitte <levitte@openssl.org>
Fri, 23 Nov 2018 17:53:32 +0000 (18:53 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 24 Nov 2018 17:48:13 +0000 (18:48 +0100)
commit0777de15ff09105593c7e778cf47f97a9144d273
tree30be9cd25af1c5780e8ef65db485e99b510e0b63
parent3be389435fc7b94623d972b622dbd9f0cd5c34f7
Avoid test_errstr in a cross compiled configuration

There's too high a chance that the openssl app and perl get different
messages for some error numbers.

[extended tests]

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7699)
test/recipes/02-test_errstr.t