tests: change "cd ... && git fetch" to "cd &&\n\tgit fetch"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 26 Apr 2017 23:12:32 +0000 (23:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 May 2017 02:09:42 +0000 (11:09 +0900)
Change occurrences "cd" followed by "fetch" on a single line to be on
two lines.

This is purely a stylistic change pointed out in code review for an
unrelated patch. Change the these tests use so new tests added later
using the more common style don't look out of place.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found