Skip to content

Commit cc910f1

Browse files
paulidalet8m
authored andcommitted
test: fix typo in test description
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from openssl#19666)
1 parent fe84acc commit cc910f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/recipes/03-test_fipsinstall.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ SKIP: {
252252

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

0 commit comments

Comments
 (0)