summaryrefslogtreecommitdiffstats
path: root/plugins/t/check_snmp.t
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-09 01:43:27 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-09-09 01:43:27 +0200
commitc43f845c22a9e879546472aa9051d7ca0803ef2a (patch)
treef890a01c093d80f7c3becf66ab7ddea5c592e878 /plugins/t/check_snmp.t
parent2192c6a8a108fc3586ef0bd8e990d7217d2689dc (diff)
downloadmonitoring-plugins-c43f845c22a9e879546472aa9051d7ca0803ef2a.tar.gz
Adjust number of tests
Diffstat (limited to 'plugins/t/check_snmp.t')
-rw-r--r--plugins/t/check_snmp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_snmp.t b/plugins/t/check_snmp.t
index 99e01add..8d435df3 100644
--- a/plugins/t/check_snmp.t
+++ b/plugins/t/check_snmp.t
@@ -10,7 +10,7 @@ use NPTest;
10 10
11BEGIN { 11BEGIN {
12 plan skip_all => 'check_snmp is not compiled' unless -x "./check_snmp"; 12 plan skip_all => 'check_snmp is not compiled' unless -x "./check_snmp";
13 plan tests => 42; 13 plan tests => 62;
14} 14}
15 15
16my $res; 16my $res;