René Scharfe <l....@web.de> 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.

>       # Pack created with:
>       #   dd if=/dev/zero of=file bs=1M count=4100 && git hash-object -w file
>       mkdir -p .git/objects/pack &&

Reply via email to