Skip to content

Commit

Permalink
binmode for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eserte committed Nov 2, 2023
1 parent f1cf58c commit c7b327a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/strassen-multistrassen-globdirs.t
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ my $tempdir = tempdir("strassen-multistrassen-globdirs-XXXXXXXX", TMPDIR => 1, C

{
open my $ofh, ">", "$tempdir/0.bbd";
binmode $ofh;
print $ofh <<EOF;
XYZ X -1,-1 -2,-2
EOF
Expand All @@ -41,6 +42,7 @@ EOF

{
open my $ofh, ">", "$tempdir/1.bbd";
binmode $ofh;
print $ofh <<EOF;
#: encoding: utf-8
#: map: polar
Expand All @@ -54,6 +56,7 @@ EOF

{
open my $ofh, ">", "$tempdir/2.bbd";
binmode $ofh;
print $ofh <<EOF;
#: encoding: utf-8
#: map: bbbike
Expand All @@ -65,6 +68,7 @@ EOF

{
open my $ofh, ">", "$tempdir/3.bbd";
binmode $ofh;
print $ofh <<EOF;
#: encoding: utf-8
#: map: polar
Expand Down

0 comments on commit c7b327a

Please sign in to comment.