Skip to content

Commit 05d1b9b

Browse files
committed
Fix typo and run pgperltidy on newly-added test
From commit 85ec945.
1 parent 2bbc261 commit 05d1b9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/postmaster/t/001_connection_limits.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ sub background_psql_as_user
7575
# "dead-end backends".
7676
SKIP:
7777
{
78-
skip "this test requies working raw_connect()" unless $node->raw_connect_works();
78+
skip "this test requires working raw_connect()"
79+
unless $node->raw_connect_works();
7980

8081
for (my $i = 0; $i <= 20; $i++)
8182
{

0 commit comments

Comments
 (0)