]> git.ipfire.org Git - thirdparty/git.git/commit
t/t5319-multi-pack-index.sh: drop early 'test_done'
authorTaylor Blau <me@ttaylorr.com>
Mon, 12 Jan 2026 23:45:03 +0000 (18:45 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Jan 2026 13:21:34 +0000 (05:21 -0800)
commite16ac6ca0db59da32969d5f44b5dc4494439bbeb
tree7ac636892e6fa09ba29a2bf7b1a32dacb650425c
parentcc06d7e7ffa08c1907a7e5cf2a095f4a890962a4
t/t5319-multi-pack-index.sh: drop early 'test_done'

In 6ce9d558ced (midx-write: skip rewriting MIDX with `--stdin-packs`
unless needed, 2025-12-10), an extra 'test_done' was added, causing the
test script to finish before having run all of its tests.

Dropping this extraneous 'test_done' exposes a bug from commit
6ce9d558ced that causes a subsequent test to fail. Mark that test with a
'test_expect_failure' for now, and the subsequent commit will explain
and fix the bug.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5319-multi-pack-index.sh