]> git.ipfire.org Git - thirdparty/git.git/commit
t/t5319-multi-pack-index.sh: fix copy-and-paste error in t5319.39
authorTaylor Blau <me@ttaylorr.com>
Tue, 24 Feb 2026 19:00:00 +0000 (14:00 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Feb 2026 19:16:33 +0000 (11:16 -0800)
commit80437821124d7f529dc6c98daa2df92552c84db0
treed8cbaa23008b0b16e93413c69a4c1142be4fdd54
parentd0e91c128b99ca86e31e4c0e9ef80643039709f9
t/t5319-multi-pack-index.sh: fix copy-and-paste error in t5319.39

Commit d4bf1d88b90 (multi-pack-index: verify missing pack, 2018-09-13)
adds a new test to the MIDX test script to test how we handle missing
packs.

While the commit itself describes the test as "verify missing pack[s]",
the test itself is actually called "verify packnames out of order",
despite that not being what it tests.

Likely this was a copy-and-paste of the test immediately above it of the
same name. Correct this by renaming the test to match the commit
message.

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