Am 25.04.2017 um 06:46 schrieb Junio C Hamano:
René Scharfe <l.s.r@xxxxxx> writes:
diff --git a/t/t5004-archive-corner-cases.sh b/t/t5004-archive-corner-cases.sh
index 0ac94b5cc9..a6875dfdb1 100755
--- a/t/t5004-archive-corner-cases.sh
+++ b/t/t5004-archive-corner-cases.sh
@@ -178,7 +178,7 @@ test_expect_success EXPENSIVE,UNZIP 'zip archive bigger than 4GB' '
"$GIT_UNZIP" -t many-big.zip
'
-test_expect_failure EXPENSIVE,UNZIP 'zip archive with files bigger than 4GB' '
+test_expect_success EXPENSIVE,UNZIP,ZIPINFO 'zip archive with files bigger than 4GB' '
This is a bit curious, as 1/5 adds this test that expects a failure
with three prerequisites already. I'll assume that this is a rebase
glitch and the preimage actually must have ,ZIPINFO there already.
Yes, indeed -- I shouldn't try to do last minute edits.
René