t5003: skip conversion test if unzip -a is unavailable
commitff0dab331e2740f7e565e1539bd5848657766f6f
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>
Wed, 25 Mar 2020 15:06:17 +0000 (25 22:06 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Mar 2020 15:54:37 +0000 (25 08:54 -0700)
tree39ddf1e574fa30d528919c9a91dbb2081cf741eb
parent6e45972cd74df4cc18e200b3e9363fe11d6334d6
t5003: skip conversion test if unzip -a is unavailable

Alpine Linux's default unzip(1) doesn't support `-a`.

Skip those tests on that platform.

Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5003-archive-zip.sh