]> git.ipfire.org Git - thirdparty/git.git/commit
t2107: modernize path existence check
authorAditya <adityabnw07@gmail.com>
Wed, 18 Mar 2026 20:07:35 +0000 (20:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Mar 2026 20:13:08 +0000 (13:13 -0700)
commit638c7bfbbed1d003abdcdce7c51032c772f3303f
treedd1d7cb6e2cd92498e9c14b3adf0db161bc59e4e
parentca1db8a0f7dc0dbea892e99f5b37c5fe5861be71
t2107: modernize path existence check

Replace '! test -f' with 'test_path_is_missing' to get better
debugging information by reporting loudly what expectation was
not met when the assertion fails.

Signed-off-by: Aditya <adityabnw07@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t2107-update-index-basic.sh