From 8f20c524121407cf433d78cbc9078aa0a5d96d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 19 Mar 2022 09:39:30 +0800 Subject: [PATCH] Removed an excess blank line in the test suite helper. --- t/_helper.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/t/_helper.pm b/t/_helper.pm index cd120ac..3fff9f6 100644 --- a/t/_helper.pm +++ b/t/_helper.pm @@ -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>;