diff gunzip_static.t @ 777:cbd26265d9a3

Tests: reverted adc32621fb09.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 05 Nov 2015 20:07:01 +0300
parents adc32621fb09
children 3ac4036b139d
line wrap: on
line diff
--- a/gunzip_static.t
+++ b/gunzip_static.t
@@ -24,7 +24,6 @@ select STDOUT; $| = 1;
 
 eval { require IO::Compress::Gzip; };
 plan(skip_all => "IO::Compress::Gzip not found") if $@;
-plan(skip_all => "IO::Compress::Gzip on win32") if $^O eq 'MSWin32';
 
 my $t = Test::Nginx->new()->has(qw/http gunzip proxy gzip_static rewrite/);