Merge branch 'sv/t7001-modernize'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Mar 2021 22:02:57 +0000 (14:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Mar 2021 22:02:57 +0000 (14:02 -0800)
commitfbad3505eee2f58ec010b01bdd005ff4d36b5c01
tree5353e55d9a6cb43e255ffa54e4db98b78152e217
parent6ee353d42f389ec9454161b64ffbeb4167edebaa
parent488acf15dfa3edec67fa0397d6d09b247c0c46ae
Merge branch 'sv/t7001-modernize'

Test script modernization.

* sv/t7001-modernize:
  t7001: use `test` rather than `[`
  t7001: use here-docs instead of echo
  t7001: put each command on a separate line
  t7001: use '>' rather than 'touch'
  t7001: avoid using `cd` outside of subshells
  t7001: remove whitespace after redirect operators
  t7001: modernize subshell formatting
  t7001: remove unnecessary blank lines
  t7001: indent with TABs instead of spaces
  t7001: modernize test formatting
t/t7001-mv.sh