comparison 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
comparison
equal deleted inserted replaced
776:3fc382902cba 777:cbd26265d9a3
639 639
640 SKIP: { 640 SKIP: {
641 eval { require IO::Uncompress::Gunzip; }; 641 eval { require IO::Uncompress::Gunzip; };
642 Test::More::skip( 642 Test::More::skip(
643 "IO::Uncompress::Gunzip not installed", 1) if $@; 643 "IO::Uncompress::Gunzip not installed", 1) if $@;
644 Test::More::skip(
645 "IO::Uncompress::Gunzip on win32", 1)
646 if $^O eq 'MSWin32';
647 644
648 my $in = http_content($text); 645 my $in = http_content($text);
649 my $out; 646 my $out;
650 647
651 IO::Uncompress::Gunzip::gunzip(\$in => \$out); 648 IO::Uncompress::Gunzip::gunzip(\$in => \$out);