diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/genhdlist2 | 6 |
1 files changed, 3 insertions, 3 deletions
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"; } |