Removed an excess blank line in the test suite helper.
This commit is contained in:
@ -280,7 +280,6 @@ sub read_file($) {
|
|||||||
my ($FH, $xz);
|
my ($FH, $xz);
|
||||||
$content = "";
|
$content = "";
|
||||||
open $FH, $file or die this_file . ": $file: $!";
|
open $FH, $file or die this_file . ": $file: $!";
|
||||||
|
|
||||||
$xz = IO::Uncompress::UnXz->new($FH)
|
$xz = IO::Uncompress::UnXz->new($FH)
|
||||||
or die this_file . ": $file: $IO::Uncompress::UnXz::UnXzError";
|
or die this_file . ": $file: $IO::Uncompress::UnXz::UnXzError";
|
||||||
$content = join "", <$xz>;
|
$content = join "", <$xz>;
|
||||||
|
Reference in New Issue
Block a user