Module: monitoring-plugins
 Branch: check_icmp_buffer_offerflow
 Commit: 326fb6143cec235902db8cd3f959357e4d21c91a
 Author: RincewindsHat <12514511+rincewinds...@users.noreply.github.com>
   Date: Tue Mar 15 21:50:20 2022 +0100
    URL: 
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=326fb61

Fix number of tests

---

 plugins-root/t/check_icmp.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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";
 }

Reply via email to