summaryrefslogtreecommitdiffstats
path: root/plugins/t/check_by_ssh.t
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-08-16 01:52:38 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-08-16 01:52:38 (GMT)
commit91dd53e0f4ee3f4c8e0ec234837309025eb439c8 (patch)
treee214cc1492e3c995473d830a4a790827e8b67986 /plugins/t/check_by_ssh.t
parent47b45d49812a64daaa7173bbadc8538ef3fcbaf6 (diff)
downloadmonitoring-plugins-91dd53e0f4ee3f4c8e0ec234837309025eb439c8.tar.gz
Typo
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2032 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/t/check_by_ssh.t')
-rw-r--r--plugins/t/check_by_ssh.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_by_ssh.t b/plugins/t/check_by_ssh.t
index 88e5405..b421d33 100644
--- a/plugins/t/check_by_ssh.t
+++ b/plugins/t/check_by_ssh.t
@@ -92,7 +92,7 @@ $result = NPTest->testCmd(
92 ); 92 );
93cmp_ok($result->return_code, '==', 0, "Multiple checks always return OK"); 93cmp_ok($result->return_code, '==', 0, "Multiple checks always return OK");
94my @lines = split(/\n/, $result->output); 94my @lines = split(/\n/, $result->output);
95cmp_ok(scalar(@lines), '==', 8, "Correct number of output lined for multiple checks"); 95cmp_ok(scalar(@lines), '==', 8, "Correct number of output lines for multiple checks");
96my %linemap = ( 96my %linemap = (
97 '0' => '1', 97 '0' => '1',
98 '2' => '0', 98 '2' => '0',