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	Mon Aug 01 18:27:21 2016 +0300
+++ b/h2.t	Tue Aug 02 15:56:50 2016 +0300
@@ -25,7 +25,8 @@
 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