mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-29 01:59:08 -04:00
check_dhcp: reduce number of tests for weird reasons
This commit is contained in:
parent
bf0b389381
commit
52338c3423
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ my $allow_sudo = getTestParameter( "NP_ALLOW_SUDO",
|
|||
"no" );
|
||||
|
||||
if ($allow_sudo eq "yes" or $> == 0) {
|
||||
plan tests => 8;
|
||||
plan tests => 7;
|
||||
} else {
|
||||
plan skip_all => "Need sudo to test check_dhcp";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue