modernize t9300: single-quote placement and indentation
commitd67824feaa1613d363834b93e40c70b93791952b
authorJohannes Sixt <j6t@kdbg.org>
Thu, 19 Nov 2015 19:09:43 +0000 (19 20:09 +0100)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 13:02:06 +0000 (20 08:02 -0500)
tree02d277a95ddf643d432489be87f7770f7873233a
parent0c83680e9c047170614fb08ef222ea4f460e514d
modernize t9300: single-quote placement and indentation

Many test cases do not follow our modern style that places the
single-quotes that surround the shell code snippets before and after
the shell code. Make it so.

Many of the lines changed in this way are indented other than by a
single tab. Change them (and some additional lines) to be indented
with a tab.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Jeff King <peff@peff.net>
t/t9300-fast-import.sh