Sfoglia il codice sorgente

Let check_http test use HTTP/1.1

Holger Weiss 10 anni fa
parent
commit
a16a65746a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugins/t/check_http.t

+ 1 - 1
plugins/t/check_http.t

@@ -154,7 +154,7 @@ SKIP: {
         like  ( $res->output, '/time_ssl=[\d\.]+/', 'Extended Performance Data SSL Output OK' );
 
         $res = NPTest->testCmd(
-                "./check_http --ssl www.e-paycobalt.com"
+                "./check_http --ssl -H www.e-paycobalt.com"
                 );
         cmp_ok( $res->return_code, "==", 0, "Can read https for www.e-paycobalt.com (uses AES certificate)" );