Skip to content

Commit

Permalink
Fix typographical error in 80-test_cms.t (missing ;)
Browse files Browse the repository at this point in the history
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 #22046)
  • Loading branch information
rsbeckerca committed Sep 9, 2023
1 parent a3e71dc commit b893b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/80-test_cms.t
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit b893b59

Please sign in to comment.