summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',