mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
Adapt tests
This commit is contained in:
parent
5a79cd31c4
commit
270d643d11
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ use NPTest;
|
|||
use vars qw($tests);
|
||||
BEGIN {$tests = 12; plan tests => $tests}
|
||||
|
||||
my $successOutput = '/^USERS OK - [0-9]+ users currently logged in/';
|
||||
my $failureOutput = '/^USERS CRITICAL - [0-9]+ users currently logged in/';
|
||||
my $successOutput = '/[0-9]+ users currently logged in/';
|
||||
my $failureOutput = '/[0-9]+ users currently logged in/';
|
||||
my $wrongOptionOutput = '/Usage:/';
|
||||
|
||||
my $t;
|
||||
|
|
|
|||
Loading…
Reference in a new issue