public inbox for git@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] t2107: modernize path existence check
@ 2026-03-18 18:12 QUANTUM via GitGitGadget
  2026-03-18 18:51 ` Junio C Hamano
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: QUANTUM via GitGitGadget @ 2026-03-18 18:12 UTC (permalink / raw)
  To: git; +Cc: QUANTUM, Aditya

From: Aditya <adityabnw07@gmail.com>

Replace '! test -f' with 'test_path_is_missing' for better
debugging information when the assertion fails.

Found using: git grep "test -[efd]" t/t????-*.sh

Signed-off-by: Aditya <adityabnw07@gmail.com>
---
    [GSoC] t2107: modernize path existence check

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-2071%2FQuantumDev-CERN%2Fgsoc-microproject-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-2071/QuantumDev-CERN/gsoc-microproject-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/2071

 t/t2107-update-index-basic.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/t2107-update-index-basic.sh b/t/t2107-update-index-basic.sh
index cc72ead79f..3bffe5da8a 100755
--- a/t/t2107-update-index-basic.sh
+++ b/t/t2107-update-index-basic.sh
@@ -86,7 +86,7 @@ test_expect_success '.lock files cleaned up' '
 	# 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
+	test_path_is_missing .git/index.lock
 	)
 '
 

base-commit: ca1db8a0f7dc0dbea892e99f5b37c5fe5861be71
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-03-19 15:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-18 18:12 [PATCH] t2107: modernize path existence check QUANTUM via GitGitGadget
2026-03-18 18:51 ` Junio C Hamano
2026-03-18 19:03   ` Pablo
2026-03-18 20:05     ` Aditya Indora
2026-03-18 18:58 ` Pablo
2026-03-18 20:07 ` [PATCH v2] " QUANTUM via GitGitGadget
2026-03-18 20:12   ` Junio C Hamano
     [not found]     ` <CAP6n+1Uj6sd75ENFY8=7NtcOUehTjY86YQV9YOWgdOqfmFHYPw@mail.gmail.com>
2026-03-19  5:35       ` Aditya Indora
2026-03-19 15:39         ` Aditya Indora

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox