Skip to content

Commit

Permalink
test: fix typo in test description
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #19666)
  • Loading branch information
paulidale authored and t8m committed Nov 15, 2022
1 parent fe84acc commit cc910f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/03-test_fipsinstall.t
Expand Up @@ -252,7 +252,7 @@ SKIP: {

run(test(["fips_version_test", "-config", $provconf, "<3.1.0"]),
capture => 1, statusvar => \my $exit);
skip "FIPS provider version is too new for KAT DSA signature test", 1
skip "FIPS provider version is too new for PCT DSA signature test", 1
if !$exit;
ok(!run(app(['openssl', 'fipsinstall', '-out', 'fips.cnf', '-module', $infile,
'-provider_name', 'fips', '-mac_name', 'HMAC',
Expand Down

0 comments on commit cc910f1

Please sign in to comment.