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. Changes since v1: - Change commit messages and added brief explanation about commit. - Modernize subshell formatting - Use ': >' rather than '>' Thanks everyone for your feedback and suggestions. shubham verma (10): t7001: modernize test formatting t7001: indent with TABs instead of spaces t7001: remove unnecessary blank lines t7001: modernize subshell formatting t7001: remove whitespace after redirect operators t7001: avoid using `cd` outside of subshells 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 `[` t/t7001-mv.sh | 432 ++++++++++++++++++++++++-------------------------- 1 file changed, 204 insertions(+), 228 deletions(-) -- 2.25.1