commit | f1dd90bd193637eeef772890c37afe3529a665d0 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Fri Oct 10 02:07:00 2014 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Oct 13 11:27:07 2014 -0700 |
tree | 08cf8958dad47bcdb34c56851c28883478145436 | |
parent | 63a45136a329bab550425c3142db6071434d935e [diff] |
t5304: use test_path_is_* instead of "test -f" This is slightly more robust (checking "! test -f" would not notice a directory of the same name, though that is not likely to happen here). It also makes debugging easier, as the test script will output a message on failure. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>