[nagiosplug] tests/check_http.t: Update the number of SSL tests
    Nagios Plugin Development 
    nagios-plugins at users.sourceforge.net
       
    Fri Aug 10 14:40:19 CEST 2012
    
    
  
 Module: nagiosplug
 Branch: master
 Commit: 3f944a50b78b662e44efb585d0da08b8333e4c7b
 Author: Holger Weiss <holger at zedat.fu-berlin.de>
   Date: Fri Aug 10 12:41:41 2012 +0200
    URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=3f944a5
tests/check_http.t: Update the number of SSL tests
---
 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 ab4ab4f..0eb3f05 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;
    
    
More information about the Commits
mailing list