]> git.99rst.org Git - git.git/commit
t1011: replace test -f with test_path_is_file
authorSiddharth Asthana <redacted>
Tue, 12 Apr 2022 20:37:22 +0000 (02:07 +0530)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t1011-read-tree-sparse-checkout.sh
git clone https://git.99rst.org/PROJECT