From: Dr. David von Oheimb Date: Wed, 19 May 2021 13:03:15 +0000 (+0200) Subject: 80-test_cms.t: Disable new tests for binary input in Windows X-Git-Tag: openssl-3.0.0-alpha17~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf6cba90d53dca58cc41da59687ca7d1edf75458;p=thirdparty%2Fopenssl.git 80-test_cms.t: Disable new tests for binary input in Windows This is a quick workaround for #15347. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15351) --- diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t index 0e20b807c89..7896bc9b122 100644 --- a/test/recipes/80-test_cms.t +++ b/test/recipes/80-test_cms.t @@ -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",