diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/t/check_dns.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_dns.t b/plugins/t/check_dns.t index 3874657..6d81b21 100644 --- a/plugins/t/check_dns.t +++ b/plugins/t/check_dns.t | |||
@@ -13,7 +13,7 @@ plan skip_all => "check_dns not compiled" unless (-x "check_dns"); | |||
13 | 13 | ||
14 | plan tests => 13; | 14 | plan tests => 13; |
15 | 15 | ||
16 | my $successOutput = '/DNS OK: [\.0-9]+ seconds response time/'; | 16 | my $successOutput = '/DNS OK: [\.0-9]+ seconds? response time/'; |
17 | 17 | ||
18 | my $hostname_valid = getTestParameter( | 18 | my $hostname_valid = getTestParameter( |
19 | "NP_HOSTNAME_VALID", | 19 | "NP_HOSTNAME_VALID", |