From 52338c3423d4b10d2bbeec7a120c7dd2a98fa092 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:33:28 +0200 Subject: check_dhcp: reduce number of tests for weird reasons --- plugins-root/t/check_dhcp.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins-root/t') diff --git a/plugins-root/t/check_dhcp.t b/plugins-root/t/check_dhcp.t index 54949612..70392154 100644 --- a/plugins-root/t/check_dhcp.t +++ b/plugins-root/t/check_dhcp.t @@ -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"; } -- cgit v1.2.3-74-g34f1