diff options
| author | Junio C Hamano <gitster@pobox.com> | 2023-04-11 13:49:12 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 13:49:12 -0700 |
| commit | 30e04bcfa8ceb032e42aeb8f0438ee4ec8303ca0 (patch) | |
| tree | 36cc1377fbcb496520c0938a5c3062cb6e1f4180 /t/t2107-update-index-basic.sh | |
| parent | 647a2bb3ffc02ed06a36d6bae35e76004e9f97d7 (diff) | |
| parent | 1ec40a83a54c9957636b1bf708ab3d8e261b751b (diff) | |
| download | git-30e04bcfa8ceb032e42aeb8f0438ee4ec8303ca0.tar.gz | |
Merge branch 'ar/adjust-tests-for-the-index-fallout'
Comment updates.
* ar/adjust-tests-for-the-index-fallout:
t2107: fix mention of the_index.cache_changed
t3060: fix mention of function prune_index
Diffstat (limited to 't/t2107-update-index-basic.sh')
| -rwxr-xr-x | t/t2107-update-index-basic.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2107-update-index-basic.sh b/t/t2107-update-index-basic.sh index 07e6de84e6..89b285fa3a 100755 --- a/t/t2107-update-index-basic.sh +++ b/t/t2107-update-index-basic.sh @@ -83,7 +83,7 @@ test_expect_success '.lock files cleaned up' ' cd repo && git config core.worktree ../../worktree && # --refresh triggers late setup_work_tree, - # active_cache_changed is zero, rollback_lock_file fails + # the_index.cache_changed is zero, rollback_lock_file fails git update-index --refresh --verbose >out && test_must_be_empty out && ! test -f .git/index.lock |
