瀏覽代碼

tests/check_http.t: Update the number of SSL tests

Holger Weiss 14 年之前
父節點
當前提交
3f944a50b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/tests/check_http.t

+ 1 - 1
plugins/tests/check_http.t

@@ -19,7 +19,7 @@ use NPTest;
 use FindBin qw($Bin);
 
 my $common_tests = 66;
-my $ssl_only_tests = 6;
+my $ssl_only_tests = 8;
 # Check that all dependent modules are available
 eval {
 	require HTTP::Daemon;