mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 22:56:58 -04:00
Fix test with weird arguments
This commit is contained in:
parent
2bea8e9522
commit
6bc2e75199
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ $res = NPTest->testCmd(
|
|||
is( $res->return_code, 2, "One of two host nonresponsive - two required" );
|
||||
|
||||
$res = NPTest->testCmd(
|
||||
"$sudo ./check_icmp -H $host_responsive -s 127.0.15.15 -w 100ms,100% -c 100ms,100% -n 1 -m 2"
|
||||
"$sudo ./check_icmp -H $host_responsive -s 127.0.15.15 -w 100ms,100% -c 100ms,100% -n 1"
|
||||
);
|
||||
is( $res->return_code, 0, "IPv4 source_ip accepted" );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue