mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
use binmode so test suite works with ActivePerl
git-svn-id: svn+q:///qpdf/trunk@801 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
3334cdf387
commit
601e52823c
@ -16,6 +16,7 @@ my $td = new TestDriver('flate');
|
||||
cleanup();
|
||||
|
||||
open(F, ">farbage") or die;
|
||||
binmode F;
|
||||
print F "q" x 10000, "\n";
|
||||
print F "w" x 10000, "\n";
|
||||
print F "e" x 10000, "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user