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:44:23 +0000 (10:44 +0000)
commita2854abe54df44d01a147ebaf8ca810361904783
tree330154612f3a0e3f9704e447a78c559cdd2bf32a
parentf30022cd581200a4c434f0db41b596c42fafd9de
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)

(cherry picked from commit 565a19eef35926b4b9675f6cc3964fb290a5b380)
test/recipes/02-test_errstr.t