[nginx-tests] Tests: style.

Maxim Dounin mdounin at mdounin.ru
Wed Jul 23 18:55:12 UTC 2025


details:   http://freenginx.org/hg/nginx-tests/rev/d28c6b8eb291
branches:  
changeset: 2016:d28c6b8eb291
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Sat Jul 19 05:25:20 2025 +0300
description:
Tests: style.

diffstat:

 ssl_certificates.t |  2 +-
 ssl_sni_sessions.t |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff --git a/ssl_certificates.t b/ssl_certificates.t
--- a/ssl_certificates.t
+++ b/ssl_certificates.t
@@ -78,7 +78,7 @@ my $d = $t->testdir();
 system("openssl ecparam -genkey -out $d/ec.key -name prime256v1 "
 	. ">>$d/openssl.out 2>&1") == 0 or die "Can't create EC pem: $!\n";
 system("openssl genrsa -out $d/rsa.key 2048 >>$d/openssl.out 2>&1") == 0
-        or die "Can't create RSA pem: $!\n";
+	or die "Can't create RSA pem: $!\n";
 
 foreach my $name ('ec', 'rsa') {
 	system("openssl req -x509 -new -key $d/$name.key "
diff --git a/ssl_sni_sessions.t b/ssl_sni_sessions.t
--- a/ssl_sni_sessions.t
+++ b/ssl_sni_sessions.t
@@ -115,7 +115,7 @@ plan(skip_all => 'no TLSv1.3 sessions, o
 plan(skip_all => 'no TLSv1.3 sessions, old IO::Socket::SSL')
 	if $IO::Socket::SSL::VERSION < 2.061 && test_tls13();
 plan(skip_all => 'no TLSv1.3 sessions in LibreSSL')
-        if $t->has_module('LibreSSL') && test_tls13();
+	if $t->has_module('LibreSSL') && test_tls13();
 plan(skip_all => 'no TLSv1.3 sessions in Net::SSLeay (LibreSSL)')
 	if Net::SSLeay::constant("LIBRESSL_VERSION_NUMBER") && test_tls13();
 plan(skip_all => 'no TLS 1.3 session cache in BoringSSL')


More information about the nginx-devel mailing list