projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e64e9f5
)
Make sure we don't use any rc file laying about.
author
Greg Sabino Mullane
<
[email protected]
>
Sun, 23 Aug 2009 13:05:28 +0000
(09:05 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Sun, 23 Aug 2009 13:05:28 +0000
(09:05 -0400)
t/CP_Testing.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/CP_Testing.pm
b/t/CP_Testing.pm
index cd700b033f7fa53315b81f811f19bab70eaf7e8a..08c1e3b3bc492c5ae97834715a328220671959ab 100644
(file)
--- 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=/) {