diff t/gunzip-perl.t @ 3:7170c171150c

Gunzip: better test dependencies.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 27 Dec 2009 03:40:28 +0300
parents 5fc44c8ba213
children 9d299b9f877b
line wrap: on
line diff
--- a/t/gunzip-perl.t
+++ b/t/gunzip-perl.t
@@ -24,7 +24,7 @@ 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('perl')->plan(2)
+my $t = Test::Nginx->new()->has(qw/http perl/)->plan(2)
 	->write_file_expand('nginx.conf', <<'EOF');
 
 %%TEST_GLOBALS%%