Procházet zdrojové kódy

Merge pull request #706 from mtelka/check_dns-20

Fix number of tests for check_dns.t
dylan-at-nagios před 1 rokem
rodič
revize
19435585f5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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/';