瀏覽代碼

Merge pull request #706 from mtelka/check_dns-20

Fix number of tests for check_dns.t
dylan-at-nagios 1 年之前
父節點
當前提交
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/';