summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-05-02 15:43:11 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-05-02 15:46:37 +0200
commite1201225289acd21766007bc10475aacb4fc748e (patch)
tree5d1731c1296e07c75aefb19d129bcb2bb1dbd90a /t
parent30cf5c2bfb2380f2c82ed2b57434aba054539f7c (diff)
downloadurpmi-e1201225289acd21766007bc10475aacb4fc748e.tar
urpmi-e1201225289acd21766007bc10475aacb4fc748e.tar.gz
urpmi-e1201225289acd21766007bc10475aacb4fc748e.tar.bz2
urpmi-e1201225289acd21766007bc10475aacb4fc748e.tar.xz
urpmi-e1201225289acd21766007bc10475aacb4fc748e.zip
cpan_testers: fix genhdlist2 defaulting to zstd
fix a local zstd change in genhdlist2 that wrongly made it into testsuite's bundled version
Diffstat (limited to 't')
-rwxr-xr-xt/genhdlist26
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";
}