diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-11-12 15:07:55 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-21 09:41:51 +0900 |
commit | ceeef863defcb3d48e32915b37f2d748708c9fd4 (patch) | |
tree | 5cc03805b1b79920bfd6ed6e273fd812b3273d18 /Documentation/manpage-quote-apos.xsl | |
parent | t5520: let sed open its own input (diff) | |
download | tgif-ceeef863defcb3d48e32915b37f2d748708c9fd4.tar.xz |
t5520: replace test -f with test-lib functions
Although `test -f` has the same functionality as test_path_is_file(), in
the case where test_path_is_file() fails, we get much better debugging
information.
Replace `test -f` with test_path_is_file() so that future developers
will have a better experience debugging these test cases.
Also, in the case of `! test -f`, not only should that path not be a
file, it shouldn't exist at all so replace it with
test_path_is_missing().
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/manpage-quote-apos.xsl')
0 files changed, 0 insertions, 0 deletions