Skip to content

Commit 59ba0fa

Browse files
committed
Merge branch 'ai/t2107-test-path-is-helpers' into seen
* ai/t2107-test-path-is-helpers: t2107: modernize path existence check
2 parents 2182316 + 638c7bf commit 59ba0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t2107-update-index-basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ test_expect_success '.lock files cleaned up' '
8686
# the_index.cache_changed is zero, rollback_lock_file fails
8787
git update-index --refresh --verbose >out &&
8888
test_must_be_empty out &&
89-
! test -f .git/index.lock
89+
test_path_is_missing .git/index.lock
9090
)
9191
'
9292

0 commit comments

Comments
 (0)