aboutsummaryrefslogtreecommitdiff
path: root/plugins/tests
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2012-08-10 12:41:41 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2012-08-10 12:41:41 +0200
commit3f944a50b78b662e44efb585d0da08b8333e4c7b (patch)
tree19ff789bc6db727b4c93b18e019e3b30eea159ad /plugins/tests
parent62d01df1fd8a0d54bb265b2234f3298d85381243 (diff)
downloadmonitoring-plugins-3f944a50b78b662e44efb585d0da08b8333e4c7b.tar.gz
tests/check_http.t: Update the number of SSL tests
Diffstat (limited to 'plugins/tests')
-rwxr-xr-xplugins/tests/check_http.t2
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;