Skip to content

Commit 6cb7dcd

Browse files
committed
fix silly perl error in commit d064afc
1 parent 1d997cb commit 6cb7dcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/perl/PostgresNode.pm

+1-2
Original file line numberDiff line numberDiff line change
@@ -992,8 +992,7 @@ sub get_new_node
992992
if ($found == 1)
993993
{
994994
foreach my $addr (qw(127.0.0.1),
995-
$use_tcp ? qw(127.0.0.2 127.0.0.3 0.0.0.0) : ())
996-
$use_tcp && $TestLib::windows_os
995+
($use_tcp && $TestLib::windows_os)
997996
? qw(127.0.0.2 127.0.0.3 0.0.0.0)
998997
: ())
999998
{

0 commit comments

Comments
 (0)