diff options
author | Jeff King <peff@peff.net> | 2018-01-02 16:09:00 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-01-03 13:33:03 -0800 |
commit | 8486b84f0ea4d7f943fdbe81050553d69d198742 (patch) | |
tree | a22d2c9bd4525e7c4f5146c567867574f530fd57 /csum-file.c | |
parent | t5600: fix outdated comment about unborn HEAD (diff) | |
download | tgif-8486b84f0ea4d7f943fdbe81050553d69d198742.tar.xz |
t5600: modernize style
This is an old script which could use some updating before
we add to it:
- use the standard line-breaking:
test_expect_success 'title' '
body
'
- run all code inside test_expect blocks to catch
unexpected failures in setup steps
- use "test_commit -C" instead of manually entering
sub-repo
- use test_when_finished for cleanup steps
- test_path_is_* as appropriate
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'csum-file.c')
0 files changed, 0 insertions, 0 deletions