diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-01-25 00:00:11 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-03-15 21:05:39 +0100 |
commit | edf97f027bcc89c14e174243decccde5d2673c0d (patch) | |
tree | 2e8daa350c44f60ea82943d7e037a70394f4692e | |
parent | 2e48c1a8cc42aede4741a2c0c6854a94ab0404c1 (diff) | |
download | monitoring-plugins-edf97f027bcc89c14e174243decccde5d2673c0d.tar.gz |
Fix number of tests
-rw-r--r-- | plugins-root/t/check_icmp.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins-root/t/check_icmp.t b/plugins-root/t/check_icmp.t index bb7cfbc9..e8907184 100644 --- a/plugins-root/t/check_icmp.t +++ b/plugins-root/t/check_icmp.t | |||
@@ -12,11 +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 | <<<<<<< HEAD | ||
16 | plan tests => 18; | 15 | plan tests => 18; |
17 | ======= | ||
18 | plan tests => 20; | ||
19 | >>>>>>> 44f19e79 (Fix tests (hopefully)) | ||
20 | } else { | 16 | } else { |
21 | plan skip_all => "Need sudo to test check_icmp"; | 17 | plan skip_all => "Need sudo to test check_icmp"; |
22 | } | 18 | } |