diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-01-21 16:16:27 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-01-21 16:16:27 -0800 |
| commit | e13de9ed8ea8a6aedfb3e0c0a0c4e914db82355a (patch) | |
| tree | 2d5888a77101b218c655112372b55724c8220925 /t | |
| parent | 070fa416755497ce78e09713ef5cd37e2c7205f2 (diff) | |
| parent | 38b72e581513dfbef784a1b808d282df1e0504d2 (diff) | |
| download | git-e13de9ed8ea8a6aedfb3e0c0a0c4e914db82355a.tar.xz | |
Merge branch 'tb/midx-write-corrupt-checksum-fix'
The logic that avoids reusing MIDX files with a wrong checksum was
broken, which has been corrected.
* tb/midx-write-corrupt-checksum-fix:
midx-write.c: assume checksum-invalid MIDXs require an update
t/t5319-multi-pack-index.sh: drop early 'test_done'
Diffstat (limited to 't')
| -rwxr-xr-x | t/t5319-multi-pack-index.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t5319-multi-pack-index.sh b/t/t5319-multi-pack-index.sh index 794f8b5ab4..faae98c7e7 100755 --- a/t/t5319-multi-pack-index.sh +++ b/t/t5319-multi-pack-index.sh @@ -415,8 +415,6 @@ test_expect_success 'up-to-date multi-pack-index is retained' ' ) ' -test_done - test_expect_success 'verify multi-pack-index success' ' git multi-pack-index verify --object-dir=$objdir ' |
