[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2032] nagiosplug/trunk/plugins/t/check_by_ssh.t
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Sat Aug 16 03:52:39 CEST 2008
Revision: 2032
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2032&view=rev
Author: dermoth
Date: 2008-08-16 01:52:38 +0000 (Sat, 16 Aug 2008)
Log Message:
-----------
Typo
Modified Paths:
--------------
nagiosplug/trunk/plugins/t/check_by_ssh.t
Modified: nagiosplug/trunk/plugins/t/check_by_ssh.t
===================================================================
--- nagiosplug/trunk/plugins/t/check_by_ssh.t 2008-08-08 16:12:00 UTC (rev 2031)
+++ nagiosplug/trunk/plugins/t/check_by_ssh.t 2008-08-16 01:52:38 UTC (rev 2032)
@@ -92,7 +92,7 @@
);
cmp_ok($result->return_code, '==', 0, "Multiple checks always return OK");
my @lines = split(/\n/, $result->output);
-cmp_ok(scalar(@lines), '==', 8, "Correct number of output lined for multiple checks");
+cmp_ok(scalar(@lines), '==', 8, "Correct number of output lines for multiple checks");
my %linemap = (
'0' => '1',
'2' => '0',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list