From: Ton Voon Date: Fri, 11 Sep 2009 22:58:41 +0000 (+0100) Subject: Fix skip number X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=aa6563c75cbd09eeb8b9eec55340469183f213cb;p=nagiosplug.git Fix skip number --- diff --git a/plugins/t/check_snmp.t b/plugins/t/check_snmp.t index 2ce0858..d65fd0b 100644 --- a/plugins/t/check_snmp.t +++ b/plugins/t/check_snmp.t @@ -44,7 +44,7 @@ SKIP: { like( $res->output, "/check_snmp: Invalid SNMP version - 3c/" ); SKIP: { - skip "no snmp host defined", 32 if ( ! $host_snmp ); + skip "no snmp host defined", 34 if ( ! $host_snmp ); $res = NPTest->testCmd( "./check_snmp -H $host_snmp -C $snmp_community -o system.sysUpTime.0 -w 1: -c 1:"); cmp_ok( $res->return_code, '==', 0, "Exit OK when querying uptime" );