Fix test if response time is one second

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1361 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Ton Voon 2006-03-29 08:13:29 +00:00
parent 32ef29ef19
commit 2f2354d5cc

View file

@ -13,7 +13,7 @@ plan skip_all => "check_dns not compiled" unless (-x "check_dns");
plan tests => 13;
my $successOutput = '/DNS OK: [\.0-9]+ seconds response time/';
my $successOutput = '/DNS OK: [\.0-9]+ seconds? response time/';
my $hostname_valid = getTestParameter(
"NP_HOSTNAME_VALID",