Skip to content

Commit

Permalink
Eliminate unused variable from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Dec 25, 2021
1 parent cfe5cde commit 2282f73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/20-no-side-effects.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ my $inputfile = catfile( $RealBin, 'data', 'cp1252.txt' );

my $s = read_text( $inputfile, 'cp1252' );

my ( $outfh, $outputfile ) = tempfile();
my $outfh = tempfile();
binmode $outfh, ':encoding(utf8)';

print $outfh "Snowman! \x{2603}\n";
Expand Down

0 comments on commit 2282f73

Please sign in to comment.