mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 06:36:55 -04:00
fix number of tests
This commit is contained in:
parent
c07dd02bee
commit
eca9eaf9f5
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ use vars qw($tests $has_ipv6);
|
|||
BEGIN {
|
||||
use NPTest;
|
||||
$has_ipv6 = NPTest::has_ipv6();
|
||||
$tests = $has_ipv6 ? 59 : 57;
|
||||
$tests = $has_ipv6 ? 55 : 53;
|
||||
plan tests => $tests;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue