summaryrefslogtreecommitdiffstats
path: root/plugins-root
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-20 10:28:45 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-20 10:28:45 +0200
commit6bc2e75199519d0a7677dff09137558ef6eb761c (patch)
tree8c5b3a7c077ff595b9bf3d2bee7cdcb74da8ddde /plugins-root
parent2bea8e9522af1c454d1a6a618402f9f342730406 (diff)
downloadmonitoring-plugins-6bc2e75199519d0a7677dff09137558ef6eb761c.tar.gz
Fix test with weird arguments
Diffstat (limited to 'plugins-root')
-rw-r--r--plugins-root/t/check_icmp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/t/check_icmp.t b/plugins-root/t/check_icmp.t
index e68617cd..cbf3dda5 100644
--- a/plugins-root/t/check_icmp.t
+++ b/plugins-root/t/check_icmp.t
@@ -73,7 +73,7 @@ $res = NPTest->testCmd(
73is( $res->return_code, 2, "One of two host nonresponsive - two required" ); 73is( $res->return_code, 2, "One of two host nonresponsive - two required" );
74 74
75$res = NPTest->testCmd( 75$res = NPTest->testCmd(
76 "$sudo ./check_icmp -H $host_responsive -s 127.0.15.15 -w 100ms,100% -c 100ms,100% -n 1 -m 2" 76 "$sudo ./check_icmp -H $host_responsive -s 127.0.15.15 -w 100ms,100% -c 100ms,100% -n 1"
77 ); 77 );
78is( $res->return_code, 0, "IPv4 source_ip accepted" ); 78is( $res->return_code, 0, "IPv4 source_ip accepted" );
79 79