From: Tomas Mraz Date: Thu, 18 Jul 2024 07:42:57 +0000 (+0200) Subject: Fix test_cms recipe X-Git-Tag: openssl-3.4.0-alpha1~320 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e7c41dff6b26324a15f180fb4a3d0c7d221e577;p=thirdparty%2Fopenssl.git Fix test_cms recipe The number of tests was not bumped in 29bbe7d008 Reviewed-by: Richard Levitte Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/24926) --- diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t index 59756cbd861..91006ba5b60 100644 --- a/test/recipes/80-test_cms.t +++ b/test/recipes/80-test_cms.t @@ -50,7 +50,7 @@ my ($no_des, $no_dh, $no_dsa, $no_ec, $no_ec2m, $no_rc2, $no_zlib) $no_rc2 = 1 if disabled("legacy"); -plan tests => 23; +plan tests => 25; ok(run(test(["pkcs7_test"])), "test pkcs7");