]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
80-test_cms.t: Fix incorrect plan from bad merge
authorTomas Mraz <tomas@openssl.org>
Mon, 6 Jan 2025 12:03:59 +0000 (13:03 +0100)
committerTomas Mraz <tomas@openssl.org>
Mon, 6 Jan 2025 12:35:12 +0000 (13:35 +0100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26322)

(cherry picked from commit ff10a027f94806c5daed42a1f6488759bed68cd3)

test/recipes/80-test_cms.t

index 9dcaadc61924e0a2d38a80fc5d200b7a78defdec..2f0872453d27abff427142e73f37b9a0fb35737b 100644 (file)
@@ -51,7 +51,7 @@ my ($no_des, $no_dh, $no_dsa, $no_ec, $no_ec2m, $no_rc2, $no_zlib)
 
 $no_rc2 = 1 if disabled("legacy");
 
-plan tests => 19;
+plan tests => 20;
 
 ok(run(test(["pkcs7_test"])), "test pkcs7");