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:49:23 +0000 (18:49 +0100)
commitca554c02df8fb207e346f07c70c5f4d3b84cdb1d
treeaf7d1378fbc509592f651ae5314053bd2179b5ba
parent97afd2b6b13fd79bccf8b85abbc1c15af4b945d4
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)

(cherry picked from commit 0777de15ff09105593c7e778cf47f97a9144d273)
test/recipes/02-test_errstr.t