diff h2_ssl.t @ 919:724fcee9a355

Tests: removed unused listen directives in HTTP/2 tests.
author Andrey Zelenkov <zelenkov@nginx.com>
date Thu, 05 May 2016 23:33:02 +0300
parents a6abbfed42c0
children 4dc302d8e04f
line wrap: on
line diff
--- a/h2_ssl.t
+++ b/h2_ssl.t
@@ -44,7 +44,6 @@ http {
     %%TEST_GLOBALS_HTTP%%
 
     server {
-        listen       127.0.0.1:8080 http2;
         listen       127.0.0.1:8081 http2 ssl;
         server_name  localhost;