summaryrefslogtreecommitdiff
path: root/t/t7101-reset-empty-subdirs.sh
AgeCommit message (Collapse)Author
2020-10-20t7101,t7102,t7201: modernize test formattingCharvi Mendiratta
Some tests in these scripts are formatted using a very old style: test_expect_success \ 'title' \ 'body line 1 && body line 2' Updating the formatting to the modern style: test_expect_success 'title' ' body line 1 && body line 2 ' Signed-off-by: Charvi Mendiratta <charvi077@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2014-02-04t7101, t7014: rename test files to indicate what that file is forNguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>