]> git.ipfire.org Git - thirdparty/git.git/commit
t4200: convert test -[df] checks to test_path_* helpers
authorPRASHANT S BISHT <prashantjee2025@gmail.com>
Mon, 16 Mar 2026 17:24:57 +0000 (22:54 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2026 20:10:16 +0000 (13:10 -0700)
commitd893f3e7cc0a49ac62ff0ec16d7fdbf606399333
tree6607ae7d80b49efa7b516c8a9aac77ab7d33096a
parentdc6ecd5354dca88d51b6d6562777fc8fc10d77e1
t4200: convert test -[df] checks to test_path_* helpers

Replace old-style path existence checks in t4200-rerere.sh with
the appropriate test_path_* helper functions. These helpers provide
clearer diagnostic messages on failure than the raw shell test
builtin.

Signed-off-by: Prashant S Bisht <prashantjee2025@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4200-rerere.sh