From: Thomas Guyot-Sionnest Date: Sat, 16 Aug 2008 01:52:38 +0000 (+0000) Subject: Typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=91dd53e0f4ee3f4c8e0ec234837309025eb439c8;p=nagiosplug.git Typo git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2032 f882894a-f735-0410-b71e-b25c423dba1c --- 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( ); 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',