[monitoring-plugins] Revert "check_dhcp: reduce number of tests for ...
Lorenz Kästle
git at monitoring-plugins.org
Mon Jun 23 13:40:12 CEST 2025
Module: monitoring-plugins
Branch: master
Commit: 612d261cbf467c82f0dcc0ed63e7584d91f194c4
Author: Lorenz Kästle <12514511+RincewindsHat at users.noreply.github.com>
Date: Mon Jun 23 13:02:52 2025 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=612d261c
Revert "check_dhcp: reduce number of tests for weird reasons"
This reverts commit 52338c3423d4b10d2bbeec7a120c7dd2a98fa092.
---
plugins-root/t/check_dhcp.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins-root/t/check_dhcp.t b/plugins-root/t/check_dhcp.t
index 70392154..54949612 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 => 7;
+ plan tests => 8;
} else {
plan skip_all => "Need sudo to test check_dhcp";
}
More information about the Commits
mailing list