t7700: s/test -f/test_path_is_file/
authorDenton Liu <redacted>
Wed, 27 Nov 2019 19:53:52 +0000 (11:53 -0800)
committerJunio C Hamano <redacted>
Fri, 29 Nov 2019 21:20:15 +0000 (13:20 -0800)
commit17a4ae92eaa2f9614d739c11c3b60932a0f272b9
tree964751f32256421005b4b74ed75e0175c5cebb0b
parentd2eee32a8980c12be05c96e3ca84084a6234be32
t7700: s/test -f/test_path_is_file/

Since we have debugging-friendly alternatives to `test -f`, replace
instances of `test -f` with `test_path_is_file` so that if a command
ever fails, we get better debugging information.

Signed-off-by: Denton Liu <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7700-repack.sh
git clone https://git.99rst.org/PROJECT