Change 27565 by [EMAIL PROTECTED] on 2006/03/22 02:18:58
Increase the length of content compressed as a kludge to get
around incompatibilities in OpenBSD's gzip.
Affected files ...
... //depot/perl/ext/Compress/IO/Zlib/t/050interop-gzip.t#3 edit
Differences ...
==== //depot/perl/ext/Compress/IO/Zlib/t/050interop-gzip.t#3 (text) ====
Index: perl/ext/Compress/IO/Zlib/t/050interop-gzip.t
--- perl/ext/Compress/IO/Zlib/t/050interop-gzip.t#2~27516~ 2006-03-16
07:19:03.000000000 -0800
+++ perl/ext/Compress/IO/Zlib/t/050interop-gzip.t 2006-03-21
18:18:58.000000000 -0800
@@ -90,7 +90,11 @@
my $file;
my $file1;
my $lex = new LexFile $file, $file1;
- my $content = "hello world\n" ;
+ my $content = qq {
+Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut tempus odio id
+ dolor. Camelus perlus. Larrius in lumen numen. Dolor en quiquum filia
+ est. Quintus cenum parat.
+};
my $got;
is writeWithGzip($file, $content), 1, "writeWithGzip ok";
End of Patch.