Sfoglia il codice sorgente

Typo

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2032 f882894a-f735-0410-b71e-b25c423dba1c
Thomas Guyot-Sionnest 17 anni fa
parent
commit
91dd53e0f4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugins/t/check_by_ssh.t

+ 1 - 1
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',