[PATCH 5 of 5] Tests: style

Maxim Dounin mdounin at mdounin.ru
Sat Jul 19 03:15:09 UTC 2025


# HG changeset patch
# User Maxim Dounin <mdounin at mdounin.ru>
# Date 1752891920 -10800
#      Sat Jul 19 05:25:20 2025 +0300
# Node ID d28c6b8eb29137664e5e949aeef01863082462ce
# Parent  05796ad34858cbaaa6d63b405d873be6df9d0c08
Tests: style.

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