We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b0a970 + 152923b commit b0b5337Copy full SHA for b0b5337
t/t5319-multi-pack-index.sh
@@ -482,8 +482,10 @@ test_expect_success 'corrupt MIDX is not reused' '
482
'
483
484
test_expect_success 'verify incorrect checksum' '
485
- pos=$(($(wc -c <$objdir/pack/multi-pack-index) - 1)) &&
486
- corrupt_midx_and_verify $pos "\377" $objdir "incorrect checksum"
+ pos=$(($(wc -c <$objdir/pack/multi-pack-index) - 10)) &&
+ corrupt_midx_and_verify $pos \
487
+ "\377\377\377\377\377\377\377\377\377\377" \
488
+ $objdir "incorrect checksum"
489
490
491
test_expect_success 'repack progress off for redirected stderr' '
0 commit comments