From: Tomas Mraz Date: Mon, 6 Jan 2025 12:03:59 +0000 (+0100) Subject: 80-test_cms.t: Fix incorrect plan from bad merge X-Git-Tag: openssl-3.4.1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d762ec2fb7a0fd78de03af9a20ff8c2444b3b345;p=thirdparty%2Fopenssl.git 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) --- diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t index 50b572183d8..131e0510514 100644 --- a/test/recipes/80-test_cms.t +++ b/test/recipes/80-test_cms.t @@ -52,7 +52,7 @@ my ($no_des, $no_dh, $no_dsa, $no_ec, $no_ec2m, $no_rc2, $no_zlib) $no_rc2 = 1 if disabled("legacy"); -plan tests => 25; +plan tests => 26; ok(run(test(["pkcs7_test"])), "test pkcs7");