diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-20 10:28:45 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-20 10:28:45 +0200 |
commit | 6bc2e75199519d0a7677dff09137558ef6eb761c (patch) | |
tree | 8c5b3a7c077ff595b9bf3d2bee7cdcb74da8ddde | |
parent | 2bea8e9522af1c454d1a6a618402f9f342730406 (diff) | |
download | monitoring-plugins-6bc2e75199519d0a7677dff09137558ef6eb761c.tar.gz |
Fix test with weird arguments
-rw-r--r-- | plugins-root/t/check_icmp.t | 2 |
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( | |||
73 | is( $res->return_code, 2, "One of two host nonresponsive - two required" ); | 73 | is( $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 | ); |
78 | is( $res->return_code, 0, "IPv4 source_ip accepted" ); | 78 | is( $res->return_code, 0, "IPv4 source_ip accepted" ); |
79 | 79 | ||