From: Pauli Date: Mon, 14 Nov 2022 02:20:38 +0000 (+1100) Subject: test: fix typo in test description X-Git-Tag: openssl-3.2.0-alpha1~1727 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc910f1b316a6ea3d4df57e719adda1922393f8f;p=thirdparty%2Fopenssl.git test: fix typo in test description Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19666) --- diff --git a/test/recipes/03-test_fipsinstall.t b/test/recipes/03-test_fipsinstall.t index b5f91ed6215..812210e471f 100644 --- a/test/recipes/03-test_fipsinstall.t +++ b/test/recipes/03-test_fipsinstall.t @@ -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',