summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandall S. Becker <randall.becker@nexbridge.ca>2023-09-09 21:18:04 +0100
committerRandall S. Becker <randall.becker@nexbridge.ca>2023-09-09 21:18:04 +0100
commitb893b59817f03afb7a8c3d4eff00d8439dfdeb28 (patch)
treed9b1bc2a83a2740557ce0f8540e2f4e2cf1ef54a
parenta3e71dc38b757e526c5417ae4274885b1869b7d2 (diff)
Fix typographical error in 80-test_cms.t (missing ;)
Fixes: #22045 Signed-off-by: Randall S. Becker <randall.becker@nexbridge.ca> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/22046)
-rw-r--r--test/recipes/80-test_cms.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_cms.t b/test/recipes/80-test_cms.t
index 9759483979..8dbec71212 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 => 17
+plan tests => 17;
ok(run(test(["pkcs7_test"])), "test pkcs7");