Removed an excess blank line in the test suite helper.

This commit is contained in:
依瑪貓 2022-03-19 09:39:30 +08:00
parent a7143ec9e3
commit 8f20c52412

View File

@ -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>;