summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2016-02-22 20:59:58 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2016-02-22 20:59:58 (GMT)
commit0960239981cf490dd3e831923d3c8663bf820778 (patch)
treecf902bd9fbf7db0ab51d223312e69e6ce6dd285d
parentcca2b319234d3bfb30dbeb9fba714ded06c4827f (diff)
downloadmonitoring-plugins-0960239.tar.gz
Let check_http test use HTTP/1.1
-rw-r--r--plugins/t/check_http.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_http.t b/plugins/t/check_http.t
index c2caec6..2b906e3 100644
--- a/plugins/t/check_http.t
+++ b/plugins/t/check_http.t
@@ -154,7 +154,7 @@ SKIP: {
154 like ( $res->output, '/time_ssl=[\d\.]+/', 'Extended Performance Data SSL Output OK' ); 154 like ( $res->output, '/time_ssl=[\d\.]+/', 'Extended Performance Data SSL Output OK' );
155 155
156 $res = NPTest->testCmd( 156 $res = NPTest->testCmd(
157 "./check_http --ssl www.e-paycobalt.com" 157 "./check_http --ssl -H www.e-paycobalt.com"
158 ); 158 );
159 cmp_ok( $res->return_code, "==", 0, "Can read https for www.e-paycobalt.com (uses AES certificate)" ); 159 cmp_ok( $res->return_code, "==", 0, "Can read https for www.e-paycobalt.com (uses AES certificate)" );
160 160