summaryrefslogtreecommitdiffstats
path: root/plugins/t/check_dns.t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/t/check_dns.t')
-rw-r--r--plugins/t/check_dns.t2
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
14plan tests => 13; 14plan tests => 13;
15 15
16my $successOutput = '/DNS OK: [\.0-9]+ seconds response time/'; 16my $successOutput = '/DNS OK: [\.0-9]+ seconds? response time/';
17 17
18my $hostname_valid = getTestParameter( 18my $hostname_valid = getTestParameter(
19 "NP_HOSTNAME_VALID", 19 "NP_HOSTNAME_VALID",