From: Greg Sabino Mullane Date: Sun, 23 Aug 2009 13:05:28 +0000 (-0400) Subject: Make sure we don't use any rc file laying about. X-Git-Tag: 2.11.0~11 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c4f4bd82990695cea9c6111b446af4ae84802d1e;p=check_postgres.git Make sure we don't use any rc file laying about. --- diff --git a/t/CP_Testing.pm b/t/CP_Testing.pm index cd700b033..08c1e3b3b 100644 --- a/t/CP_Testing.pm +++ b/t/CP_Testing.pm @@ -402,7 +402,7 @@ sub run { my $dbhost = $self->{shorthost} || $self->{dbhost} || die 'No dbhost?'; my $dbuser = $self->{testuser} || die 'No testuser?'; my $dbname = $self->{dbname} || die 'No dbname?'; - my $com = qq{perl check_postgres.pl --action=$action --dbhost="$dbhost" --dbuser=$dbuser}; + my $com = qq{perl check_postgres.pl --no-check_postgresrc --action=$action --dbhost="$dbhost" --dbuser=$dbuser}; if ($extra =~ s/--nodbname//) { } elsif ($extra !~ /dbname=/) {