diff options
author | Jeff King <peff@peff.net> | 2014-03-20 19:17:35 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-03-21 14:27:58 -0700 |
commit | 633734d4a13ace930b34c83d37b4e8a22ccf5a3b (patch) | |
tree | 301b9dc78f5abff51cea673c10930bd8f71debe2 /http-fetch.c | |
parent | t0001: make symlink reinit test more careful (diff) | |
download | tgif-633734d4a13ace930b34c83d37b4e8a22ccf5a3b.tar.xz |
t0001: use test_path_is_*
t0001 predates the test_path_is_* helpers, and uses "test
-f" and "test -d" directly. Using the helpers provides
better debugging output, and are a little more robust.
As opposed to "! test -d", test_path_is_missing will
actually makes sure the path does not exist at all.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http-fetch.c')
0 files changed, 0 insertions, 0 deletions