In this patch series modernize the t7001 test script by changing the style of its tests from an old one to the modern one and by cleaning up the test script. Shubham Verma (11): t7001: convert tests from the old style to the current style t7001: use TAB instead of spaces t7001: remove unnecessary blank lines t7001: change the style for cd according to subshell t7001: remove whitespace after redirect operators t7001: change (cd <path> && git foo) to (git -C <path> foo) t7001: use ': >' rather than 'touch' t7001: put each command on a separate line t7001: use here-docs instead of echo t7001: use `test` rather than `[` t7001: move cleanup code from outside the tests into them t/t7001-mv.sh | 393 +++++++++++++++++++++++--------------------------- 1 file changed, 181 insertions(+), 212 deletions(-) -- 2.25.1