diff options
author | Shubham Verma <shubhunic@gmail.com> | 2021-02-12 01:16:55 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-02-11 13:42:16 -0800 |
commit | 5712d62ccf236eab22a0f0bf196be98ca4a0bf45 (patch) | |
tree | 3b165db4adb8d363efbc7d956569f4b212f93572 /t/t1012-read-tree-df.sh | |
parent | Sixteenth batch (diff) | |
download | tgif-5712d62ccf236eab22a0f0bf196be98ca4a0bf45.tar.xz |
t7001: modernize test formatting
Some tests in this script are formatted using a very old style:
test_expect_success \
'title' \
'body line 1 &&
body line 2'
Update the formatting to the modern style:
test_expect_success 'title' '
body line 1 &&
body line 2
'
Signed-off-by: Shubham Verma <shubhunic@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1012-read-tree-df.sh')
0 files changed, 0 insertions, 0 deletions