diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 13:02:52 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 13:02:52 +0200 |
commit | 612d261cbf467c82f0dcc0ed63e7584d91f194c4 (patch) | |
tree | ae980cffb5b68baa79d769140e780919c3e9ff22 /plugins-root/t | |
parent | 528d2015d0e5c7fcdd7e11029758bafa63086ed2 (diff) | |
download | monitoring-plugins-612d261cbf467c82f0dcc0ed63e7584d91f194c4.tar.gz |
Revert "check_dhcp: reduce number of tests for weird reasons"
This reverts commit 52338c3423d4b10d2bbeec7a120c7dd2a98fa092.
Diffstat (limited to 'plugins-root/t')
-rw-r--r-- | plugins-root/t/check_dhcp.t | 2 |
1 files changed, 1 insertions, 1 deletions
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", | |||
12 | "no" ); | 12 | "no" ); |
13 | 13 | ||
14 | if ($allow_sudo eq "yes" or $> == 0) { | 14 | if ($allow_sudo eq "yes" or $> == 0) { |
15 | plan tests => 7; | 15 | plan tests => 8; |
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 | } |