summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2017-04-24 17:32:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-04-25 05:10:51 (GMT)
commitaf95749f9b06467e7536da24432b00989a7c8c5a (patch)
treebf8f017544163253924fa614f247852f2fed0e4b /t
parent3c78fd808d8ed8848fe09735c7755ddd35cfe83f (diff)
downloadgit-af95749f9b06467e7536da24432b00989a7c8c5a.zip
git-af95749f9b06467e7536da24432b00989a7c8c5a.tar.gz
git-af95749f9b06467e7536da24432b00989a7c8c5a.tar.bz2
archive-zip: support archives bigger than 4GB
Add a zip64 extended information extra field to the central directory and emit the zip64 end of central directory records as well as locator if the offset of an entry within the archive exceeds 4GB. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t5004-archive-corner-cases.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5004-archive-corner-cases.sh b/t/t5004-archive-corner-cases.sh
index 5c886fa..41183ea 100755
--- a/t/t5004-archive-corner-cases.sh
+++ b/t/t5004-archive-corner-cases.sh
@@ -155,7 +155,7 @@ test_expect_success ZIPINFO 'zip archive with many entries' '
test_cmp expect actual
'
-test_expect_failure EXPENSIVE,UNZIP 'zip archive bigger than 4GB' '
+test_expect_success EXPENSIVE,UNZIP 'zip archive bigger than 4GB' '
# build string containing 65536 characters
s=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef &&
s=$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s$s &&