Codebase list openssl / 831dbc3
test/recipes/80-test_pkcs12.t: handle lack of Win32::API. So far check for availability of Win32::API served as implicit check for $^O being MSWin32. Reportedly it's not safe assumption, and check for MSWin32 has to be explicit. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5416) (cherry picked from commit d4c499f562c1ab7ec7773c3987fc4dce7662a805) Andy Polyakov 6 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4040 SetConsoleOutputCP(1253);
4141 $pass = Encode::encode("cp1253",Encode::decode("utf-8",$pass));
4242 }
43 } elsif ($^O eq "MSWin32") {
44 plan skip_all => "Win32::API unavailable";
4345 } else {
4446 # Running MinGW tests transparently under Wine apparently requires
4547 # UTF-8 locale...