diff gunzip_static.t @ 914:3ac4036b139d

Tests: fixed proxy prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 22 Apr 2016 16:22:00 +0300
parents cbd26265d9a3
children e9064d691790
line wrap: on
line diff
--- a/gunzip_static.t
+++ b/gunzip_static.t
@@ -25,7 +25,7 @@ select STDOUT; $| = 1;
 eval { require IO::Compress::Gzip; };
 plan(skip_all => "IO::Compress::Gzip not found") if $@;
 
-my $t = Test::Nginx->new()->has(qw/http gunzip proxy gzip_static rewrite/);
+my $t = Test::Nginx->new()->has(qw/http gunzip gzip_static rewrite/);
 
 $t->write_file_expand('nginx.conf', <<'EOF');