summaryrefslogtreecommitdiff
path: root/ext/IO_Compress_Zlib/t/004gziphdr.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/IO_Compress_Zlib/t/004gziphdr.t')
-rw-r--r--ext/IO_Compress_Zlib/t/004gziphdr.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO_Compress_Zlib/t/004gziphdr.t b/ext/IO_Compress_Zlib/t/004gziphdr.t
index 4b78b3a5ec..210d499a65 100644
--- a/ext/IO_Compress_Zlib/t/004gziphdr.t
+++ b/ext/IO_Compress_Zlib/t/004gziphdr.t
@@ -189,7 +189,6 @@ for my $value ( "0D", "0A", "0A0D", "0D0A", "0A0A", "0D0D")
ok $hdr->{TextFlag} ;
ok ! defined $hdr->{HeaderCRC} ;
is $hdr->{OsID}, $ThisOS_code ;
-
}
{
@@ -823,6 +822,7 @@ EOM
writeFile($name, $good) ;
ok my $gunz = new IO::Uncompress::Gunzip $name,
+ -Append => 1,
-Strict => 1;
my $uncomp ;
1 while $gunz->read($uncomp) > 0 ;