[check_postgres] [commit] Fix wording.
check_postgres at bucardo.org
check_postgres at bucardo.org
Wed Apr 22 21:37:56 UTC 2009
Committed by Greg Sabino Mullane <greg at endpoint.com>
Fix wording.
---
t/02_version.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/t/02_version.t b/t/02_version.t
index ed0f9e9..eec3dd1 100644
--- a/t/02_version.t
+++ b/t/02_version.t
@@ -30,10 +30,10 @@ like ($cp->run('--output=mrtg --mrtg=foobar'), qr{ERROR: Invalid mrtg}, $t);
$t=qq{$S fails when called without warning or critical};
like ($cp->run(''), qr{Must provide}, $t);
-$t=qq{$S fails when called without invalid warning};
+$t=qq{$S fails when called with invalid warning};
like ($cp->run('-w foo'), qr{ERROR: Invalid string}, $t);
-$t=qq{$S fails when called without invalid critical};
+$t=qq{$S fails when called with invalid critical};
like ($cp->run('-c foo'), qr{ERROR: Invalid string}, $t);
$t=qq{$S gives correct output for warning on two-part version};
--
1.6.0.5
More information about the Check_postgres
mailing list