archive-zip: support archives bigger than 4GB
[gitweb.git] / t / t5004-archive-corner-cases.sh
index 5c886fa823f723a2d87d74f4fe1688e652ec3b32..41183ea2cf5ed01cf1a99ef83e76aeae5d93b85d 100755 (executable)
@@ -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 &&