mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-21 14:19:30 -04:00
Add a comment to opttest to explain the purpose
This commit is contained in:
parent
faacf5525b
commit
0d0f4ee7e3
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue