소스 검색

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;