summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 47b45d4)
raw | patch | inline | side by side (parent: 47b45d4)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Sat, 16 Aug 2008 01:52:38 +0000 (01:52 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Sat, 16 Aug 2008 01:52:38 +0000 (01:52 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2032 f882894a-f735-0410-b71e-b25c423dba1c
plugins/t/check_by_ssh.t | patch | blob | history |
index 88e5405cf07c23f643c0a58dd3bf648b13d9e1ff..b421d334ddc04b3b91f7d3c67eb52b8dbc561549 100644 (file)
--- a/plugins/t/check_by_ssh.t
+++ b/plugins/t/check_by_ssh.t
);
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',