Disable 02-test_errstr.t on msys/mingw as well as MSWin32
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Feb 2019 10:22:16 +0000 (11:22 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 26 Feb 2019 10:38:51 +0000 (10:38 +0000)
commit565a19eef35926b4b9675f6cc3964fb290a5b380
tree1a7f726e9ca320abadb29f6982457aef45d05d8b
parent13d928d38b5ba4f8085cf750bf3fd55685f92a61
Disable 02-test_errstr.t on msys/mingw as well as MSWin32

There is too high a risk that perl and OpenSSL are linked with
different C RTLs, and thereby get different messages for even the most
mundane error numbers.

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