Skip to content

Commit 66a8bea

Browse files
committed
fixup! sparse-index: use read-tree for expand/collapse test
Change the command used in the test `sparse-index is expanded and converted back` to `git mv` so the test continues to pass after integrating `read-tree` with sparse index. Signed-off-by: Victoria Dye <[email protected]>
1 parent 18844c9 commit 66a8bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1092-sparse-checkout-compatibility.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ test_expect_success 'sparse-index is expanded and converted back' '
995995
init_repos &&
996996
997997
GIT_TRACE2_EVENT="$(pwd)/trace2.txt" GIT_TRACE2_EVENT_NESTING=10 \
998-
git -C sparse-index -c core.fsmonitor="" read-tree -mu HEAD &&
998+
git -C sparse-index -c core.fsmonitor="" mv a b &&
999999
test_region index convert_to_sparse trace2.txt &&
10001000
test_region index ensure_full_index trace2.txt
10011001
'

0 commit comments

Comments
 (0)