diff h2.t @ 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 3c5d3b384d3f
children 196d33c2bb45
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