t5004: require 64-bit support for big ZIP tests
commit867e40ff3a731d9cf4ab1900a83ca21a9c2c8fae
authorRené Scharfe <l.s.r@web.de>
Sun, 30 Apr 2017 07:53:52 +0000 (30 09:53 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 30 Apr 2017 23:46:50 +0000 (1 08:46 +0900)
tree5f3a05e22ec53dc2500cb8f12b22f18abda97e25
parentebdfa294c9e280ee14de27cf9d4ffb2cf82d2f36
t5004: require 64-bit support for big ZIP tests

Check if unzip supports the ZIP64 format and skip the tests that create
big archives otherwise.  Also skip the test that archives a big file on
32-bit platforms because the git object systems can't unpack files
bigger than 4GB there.

Reported-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5004-archive-corner-cases.sh