Imported Upstream version 1.4.12

This commit is contained in:
Jan Wagner 2013-11-26 23:55:28 +01:00
parent 1d1585cd09
commit 4ab9f0d24c
291 changed files with 27277 additions and 11364 deletions

View file

@ -2,13 +2,19 @@
#
# check_nagios tests
#
# $Id: check_nagios.t 1382 2006-04-19 09:33:44Z tonvoon $
# $Id: check_nagios.t 1953 2008-03-17 23:08:21Z tonvoon $
#
use strict;
use Test::More tests => 13;
use Test::More;
use NPTest;
if (`uname -s` eq "SunOS\n") {
plan skip_all => "Ignoring tests on solaris because of pst3";
} else {
plan tests => 13;
}
my $successOutput = '/^NAGIOS OK: /';
my $warningOutput = '/^NAGIOS WARNING: /';
my $failureOutput = '/^NAGIOS CRITICAL: /';