diff gunzip.t @ 302:07c600de2f90

Tests: added missing rewrite prerequisites.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 01 Jul 2013 13:42:29 +0400
parents 6a0d934950bc
children c877f91a71b4
line wrap: on
line diff
--- a/gunzip.t
+++ b/gunzip.t
@@ -24,7 +24,8 @@ select STDOUT; $| = 1;
 eval { require IO::Compress::Gzip; };
 Test::More::plan(skip_all => "IO::Compress::Gzip not found") if $@;
 
-my $t = Test::Nginx->new()->has(qw/http gunzip proxy gzip_static/)->plan(13);
+my $t = Test::Nginx->new()->has(qw/http gunzip proxy gzip_static rewrite/)
+	->plan(13);
 
 $t->write_file_expand('nginx.conf', <<'EOF');