summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xt/genhdlist26
2 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 49cdce71..fef40d88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- cpan_testers:
+ o fix bundled genhdlist2 wrongly defaulting to zstd
+
Version 8.123 - 30 April 2020
- cpan_testers:
diff --git a/t/genhdlist2 b/t/genhdlist2
index e7ea961e..04c95b7d 100755
--- a/t/genhdlist2
+++ b/t/genhdlist2
@@ -186,10 +186,10 @@ sub build {
if (!$b_no_hdlist) {
$out_hdlist = MDV::Packdrakeng->new(
archive => "$hdlist.tmp",
- compress => "zstd",
- uncompress => "zstd -d",
+ compress => "gzip",
+ uncompress => "gzip -d",
extern => 1,
- comp_level => 11,
+ comp_level => 9,
) or die "Can't create archive";
}