]> git.99rst.org Git - git.git/commit
t7003: modernize path existence checks using test helpers
authorSoutrikDas <redacted>
Mon, 9 Feb 2026 17:24:45 +0000 (22:54 +0530)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7003-filter-branch.sh
git clone https://git.99rst.org/PROJECT