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