]> Kevux Git Server - rit/commit
t1011: replace test -f with test_path_is_file
authorSiddharth Asthana <siddharthasthana31@gmail.com>
Tue, 12 Apr 2022 20:37:22 +0000 (02:07 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Apr 2022 22:58:11 +0000 (15:58 -0700)
commit72315e431b48c1239f143c5257f8a84aac3f3d2d
treed4e32be87aac52d0866424ada439881450c4f930
parent11cfe552610386954886543f5de87dcc49ad5735
t1011: replace test -f with test_path_is_file

Use test_path_is_file() instead of 'test -f' for better debugging
information.

Signed-off-by: Siddharth Asthana <siddharthasthana31@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1011-read-tree-sparse-checkout.sh