From: Pauli Date: Fri, 18 Jun 2021 09:56:29 +0000 (+1000) Subject: test: fix indentation X-Git-Tag: openssl-3.0.0-beta2~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c602fadc443fad88aafbab35cdc11ba5ffdf6e30;p=thirdparty%2Fopenssl.git test: fix indentation Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/15824) --- diff --git a/test/recipes/25-test_verify.t b/test/recipes/25-test_verify.t index 15d051c6ba6..acb26f0afdf 100644 --- a/test/recipes/25-test_verify.t +++ b/test/recipes/25-test_verify.t @@ -417,7 +417,7 @@ ok(verify("ee-ss-with-keyCertSign", "", ["ee-ss-with-keyCertSign"], []), SKIP: { skip "Ed25519 is not supported by this OpenSSL build", 6 - if disabled("ec"); + if disabled("ec"); # ED25519 certificate from draft-ietf-curdle-pkix-04 ok(verify("ee-ed25519", "", ["root-ed25519"], []), diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t index 785870b3ced..c1e09032dee 100644 --- a/test/recipes/80-test_ca.t +++ b/test/recipes/80-test_ca.t @@ -61,7 +61,7 @@ plan tests => 15; SKIP: { skip "SM2 is not supported by this OpenSSL build", 1 - if disabled("sm2"); + if disabled("sm2"); is(yes(cmdstr(app(["openssl", "ca", "-config", $cnf, diff --git a/test/recipes/80-test_ssl_old.t b/test/recipes/80-test_ssl_old.t index 4b889f8750e..a69f53b606b 100644 --- a/test/recipes/80-test_ssl_old.t +++ b/test/recipes/80-test_ssl_old.t @@ -350,7 +350,7 @@ sub testssl { subtest 'standard SSL tests' => sub { ###################################################################### - plan tests => 13; + plan tests => 13; SKIP: { skip "SSLv3 is not supported by this OpenSSL build", 4