mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
80-test_cms.t: Disable new tests for binary input in Windows
This is a quick workaround for #15347. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15351)
This commit is contained in:
parent
25fad2ece8
commit
cf6cba90d5
@ -818,6 +818,7 @@ subtest "CMS binary input tests\n" => sub {
|
||||
my $cert = srctop_file("test", "certs", "ee-self-signed.pem");
|
||||
my $key = srctop_file("test", "certs", "ee-key.pem");
|
||||
|
||||
plan skip_all => "Binary input tests currently disabled on Windows" if $^O =~ /^MSWin32$/;
|
||||
plan tests => 11;
|
||||
|
||||
ok(run(app(["openssl", "cms", "-sign", "-md", "sha256",
|
||||
|
Loading…
x
Reference in New Issue
Block a user