We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a1d7a8f + 638c7bf commit 6cb9247Copy full SHA for 6cb9247
1 file changed
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