t6024: modernize style
commit270de6acbe4c2850ab5a61e6ec17c9dca071a187
authorElijah Newren <newren@gmail.com>
Wed, 6 Nov 2019 01:34:09 +0000 (6 01:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Nov 2019 05:42:32 +0000 (7 14:42 +0900)
treeb6876916c11ebbe6ca6c9cd1a271f7cad8d71447
parent5fa0f5238b0cd46cfe7f6fa76c3f526ea98148d9
t6024: modernize style

No substantive changes, just a few cosmetic changes:
  * Indent steps of an individual test
  * Don't have logic between the "test_expect_success" blocks that
    the next block will depend upon, move it into the
    test_expect_success section itself
  * Fix spacing around redirection operators to match git style

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6024-recursive-merge.sh