diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 12:33:28 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-06-23 12:33:28 +0200 |
| commit | 52338c3423d4b10d2bbeec7a120c7dd2a98fa092 (patch) | |
| tree | 9f2abf187a61c01718df9e49912f76847a60f1b7 | |
| parent | bf0b389381dce2c950834a847db2933196111310 (diff) | |
| download | monitoring-plugins-52338c3423d4b10d2bbeec7a120c7dd2a98fa092.tar.gz | |
check_dhcp: reduce number of tests for weird reasons
| -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 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 | ||
| 14 | if ($allow_sudo eq "yes" or $> == 0) { | 14 | if ($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 | } |
