mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-04 00:25:00 -04:00
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:
parent
32ef29ef19
commit
2f2354d5cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue