From 29849a31e845ca263ba8e653b00a286ef05dccbf Mon Sep 17 00:00:00 2001 From: Gurjeet Singh Date: Tue, 10 Oct 2023 02:52:33 -0700 Subject: [PATCH v4 11/11] Run pgperltidy on files changed by this patchset There many other perl files updated by pgperltidy, but I chose to not include them in this patch, to avoid any confusion. --- src/test/authentication/t/001_password.pl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/test/authentication/t/001_password.pl b/src/test/authentication/t/001_password.pl index 873eaaccbc..09dfecb7c8 100644 --- a/src/test/authentication/t/001_password.pl +++ b/src/test/authentication/t/001_password.pl @@ -699,8 +699,7 @@ $ENV{"PGPASSWORD"} = 'md5'; test_conn( $node, 'user=regress_password_rollover_md5', - 'md5', - 0, + 'md5', 0, log_like => [ qr/connection authenticated: identity="regress_password_rollover_md5" method=md5/ ]); @@ -708,8 +707,7 @@ $ENV{"PGPASSWORD"} = 'md5_2'; test_conn( $node, 'user=regress_password_rollover_md5', - 'md5', - 0, + 'md5', 0, log_like => [ qr/connection authenticated: identity="regress_password_rollover_md5" method=md5/ ]); -- 2.41.0