diff options
-rw-r--r-- | t/CP_Testing.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/CP_Testing.pm b/t/CP_Testing.pm index f12831f42..292ff5a36 100644 --- a/t/CP_Testing.pm +++ b/t/CP_Testing.pm @@ -429,7 +429,7 @@ sub run { my $dbuser = $self->{testuser} || die 'No testuser?'; my $dbname = $self->{dbname} || die 'No dbname?'; - my $com = qq{perl check_postgres.pl --no-check_postgresrc --action=$action}; + my $com = qq{perl check_postgres.pl --no-check_postgresrc --dbport=5432 --action=$action}; if ($extra !~ /dbhost/) { $com .= qq{ --dbhost="$dbhost"}; } |