From 326fb6143cec235902db8cd3f959357e4d21c91a Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Tue, 15 Mar 2022 21:50:20 +0100 Subject: Fix number of tests diff --git a/plugins-root/t/check_icmp.t b/plugins-root/t/check_icmp.t index e890718..f6aa681 100644 --- a/plugins-root/t/check_icmp.t +++ b/plugins-root/t/check_icmp.t @@ -12,7 +12,7 @@ my $allow_sudo = getTestParameter( "NP_ALLOW_SUDO", "no" ); if ($allow_sudo eq "yes" or $> == 0) { - plan tests => 18; + plan tests => 20; } else { plan skip_all => "Need sudo to test check_icmp"; } -- cgit v0.10-9-g596f