diff options
-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 3874657c..6d81b21c 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"); 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", |