changeset 1002:3b1ee8acc4db

Tests: added charset and gzip prerequisites in h2.t.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 02 Aug 2016 15:56:50 +0300
parents 4a0e1d7cc20b
children a86034bcbe82
files h2.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h2.t
+++ b/h2.t
@@ -25,7 +25,8 @@ use Test::Nginx::HTTP2;
 select STDERR; $| = 1;
 select STDOUT; $| = 1;
 
-my $t = Test::Nginx->new()->has(qw/http http_v2 proxy rewrite/)->plan(138);
+my $t = Test::Nginx->new()->has(qw/http http_v2 proxy rewrite charset gzip/)
+	->plan(138);
 
 # Some systems return EINVAL on zero writev iovcnt per POSIX, while others not