Fix typo and run pgperltidy on newly-added test
From commit 85ec945b78.
This commit is contained in:
parent
2bbc261ddb
commit
05d1b9b5c2
@ -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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user