diff options
Diffstat (limited to 'plugins/tests/check_http.t')
-rwxr-xr-x | plugins/tests/check_http.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tests/check_http.t b/plugins/tests/check_http.t index ab4ab4fe..0eb3f05b 100755 --- a/plugins/tests/check_http.t +++ b/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; |