We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2182316 + 638c7bf commit 59ba0faCopy full SHA for 59ba0fa
t/t2107-update-index-basic.sh
@@ -86,7 +86,7 @@ test_expect_success '.lock files cleaned up' '
86
# the_index.cache_changed is zero, rollback_lock_file fails
87
git update-index --refresh --verbose >out &&
88
test_must_be_empty out &&
89
- ! test -f .git/index.lock
+ test_path_is_missing .git/index.lock
90
)
91
'
92
0 commit comments