4
0
Эх сурвалжийг харах

Merge pull request #706 from mtelka/check_dns-20

Fix number of tests for check_dns.t
dylan-at-nagios 1 жил өмнө
parent
commit
19435585f5
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      plugins/t/check_dns.t

+ 1 - 1
plugins/t/check_dns.t

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