diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-02-22 20:59:58 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-02-22 20:59:58 (GMT) |
commit | 0960239981cf490dd3e831923d3c8663bf820778 (patch) | |
tree | cf902bd9fbf7db0ab51d223312e69e6ce6dd285d /plugins | |
parent | cca2b319234d3bfb30dbeb9fba714ded06c4827f (diff) | |
download | monitoring-plugins-0960239981cf490dd3e831923d3c8663bf820778.tar.gz |
Let check_http test use HTTP/1.1
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/t/check_http.t | 2 |
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 | ||