t1050: replace test -f with test_path_is_file
commita51d9e8f07652ded830cb50187be74c1709816d8
authorRasmus Jonsson <wasmus@zom.bi>
Sun, 23 Feb 2020 00:50:49 +0000 (23 01:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2020 17:01:24 +0000 (24 09:01 -0800)
tree366fb019399ad062f210a90a91cfc053953aef05
parentd0654dc308b0ba76dd8ed7bbb33c8d8f7aacd783
t1050: replace test -f with test_path_is_file

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

Signed-off-by: Rasmus Jonsson <wasmus@zom.bi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1050-large.sh