Adjust number of tests

This commit is contained in:
Lorenz Kästle 2025-09-09 01:43:27 +02:00
parent 2192c6a8a1
commit c43f845c22

View file

@ -10,7 +10,7 @@ use NPTest;
BEGIN {
plan skip_all => 'check_snmp is not compiled' unless -x "./check_snmp";
plan tests => 42;
plan tests => 62;
}
my $res;