mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 03:11:02 -05:00
Fix typo and run pgperltidy on newly-added test
From commit 85ec945b78.
This commit is contained in:
parent
2bbc261ddb
commit
05d1b9b5c2
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Reference in a new issue