check_dhcp: reduce number of tests for weird reasons

This commit is contained in:
Lorenz Kästle 2025-06-23 12:33:28 +02:00
parent bf0b389381
commit 52338c3423

View file

@ -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";
}