From: Heikki Linnakangas Date: Tue, 8 Oct 2024 12:47:51 +0000 (+0300) Subject: Fix typo and run pgperltidy on newly-added test X-Git-Tag: REL_18_BETA1~1760 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=05d1b9b5c286424dea2a91cf906c49c9d22ff4bf;p=postgresql.git Fix typo and run pgperltidy on newly-added test From commit 85ec945b78. --- diff --git a/src/test/postmaster/t/001_connection_limits.pl b/src/test/postmaster/t/001_connection_limits.pl index f8d24bcf243..3e681f9dc53 100644 --- a/src/test/postmaster/t/001_connection_limits.pl +++ b/src/test/postmaster/t/001_connection_limits.pl @@ -75,7 +75,8 @@ $node->connect_fails( # "dead-end backends". SKIP: { - skip "this test requies working raw_connect()" unless $node->raw_connect_works(); + skip "this test requires working raw_connect()" + unless $node->raw_connect_works(); for (my $i = 0; $i <= 20; $i++) {