]> git.ipfire.org Git - thirdparty/git.git/commit
t7003: modernize path existence checks using test helpers
authorSoutrikDas <valusoutrik@gmail.com>
Mon, 9 Feb 2026 17:24:45 +0000 (22:54 +0530)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Feb 2026 18:16:01 +0000 (10:16 -0800)
commitaaf3cc3d8dfb5357713ba9093f3eb51c72c66456
tree75b9813c9c870b1218eab0c1a90ae46b99c5f66a
parent67ad42147a7acc2af6074753ebd03d904476118f
t7003: modernize path existence checks using test helpers

Replace direct uses of 'test -f' and 'test -d' with
git's helper functions 'test_path_is_file' ,
'test_path_is_missing' and 'test_path_is_dir'

Signed-off-by: SoutrikDas <valusoutrik@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7003-filter-branch.sh