summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-23 13:21:25 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-06-23 13:21:25 +0200
commit9f776105d44190587a587b7398f5d907611a20b0 (patch)
tree4ee0f8dff73fda121117f12e5aaccb2b514ae3d1
parent612d261cbf467c82f0dcc0ed63e7584d91f194c4 (diff)
downloadmonitoring-plugins-9f776105.tar.gz
Reapply "check_dhcp: reduce number of tests for weird reasons"
This reverts commit 612d261cbf467c82f0dcc0ed63e7584d91f194c4.
-rw-r--r--plugins-root/t/check_dhcp.t2
1 files changed, 1 insertions, 1 deletions
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",
12 "no" ); 12 "no" );
13 13
14if ($allow_sudo eq "yes" or $> == 0) { 14if ($allow_sudo eq "yes" or $> == 0) {
15 plan tests => 8; 15 plan tests => 7;
16} else { 16} else {
17 plan skip_all => "Need sudo to test check_dhcp"; 17 plan skip_all => "Need sudo to test check_dhcp";
18} 18}