diff lib/Test/Nginx.pm @ 777:cbd26265d9a3

Tests: reverted adc32621fb09.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 05 Nov 2015 20:07:01 +0300
parents adc32621fb09
children 9e00ab661e87
line wrap: on
line diff
--- a/lib/Test/Nginx.pm
+++ b/lib/Test/Nginx.pm
@@ -641,9 +641,6 @@ sub http_gzip_like {
 		eval { require IO::Uncompress::Gunzip; };
 		Test::More::skip(
 			"IO::Uncompress::Gunzip not installed", 1) if $@;
-		Test::More::skip(
-			"IO::Uncompress::Gunzip on win32", 1)
-			if $^O eq 'MSWin32';
 
 		my $in = http_content($text);
 		my $out;