From fddc039c4732622ba487ca7d43ca9b45aa61b54e Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 6 Jan 2025 13:03:59 +0100 Subject: [PATCH] 80-test_cms.t: Fix incorrect plan from bad merge Reviewed-by: Tim Hudson Reviewed-by: Kurt Roeckx Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/26322) (cherry picked from commit ff10a027f94806c5daed42a1f6488759bed68cd3) --- test/recipes/80-test_cms.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t index b5de8ee042b..baf5e53855e 100644 --- a/test/recipes/80-test_cms.t +++ b/test/recipes/80-test_cms.t @@ -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"); -- 2.47.2