Add a comment to opttest to explain the purpose

This commit is contained in:
Lorenz Kästle 2025-02-19 19:46:37 +01:00
parent faacf5525b
commit 0d0f4ee7e3

View file

@ -3,6 +3,10 @@ use strict;
use warnings;
use Test;
# This script (when executed from the monitoring plugins top level directory)
# executes all the plugins with -h, --help, -V and --version to verify that
# all of them exit properly with the state UNKNOWN (3)
use vars qw($dir $file $prog $idx $state $output %progs @dirs);
my $tests = 0;