diff options
author | Johannes Sixt <j6t@kdbg.org> | 2015-11-19 20:09:48 +0100 |
---|---|---|
committer | Jeff King <peff@peff.net> | 2015-11-20 08:02:06 -0500 |
commit | 0ca2972345d6de3b9eb845af4b0e9b701af120bd (patch) | |
tree | 7db931b7a9b2a99b4eb6ab721b5edb5d872d8802 /t/t7008-grep-binary.sh | |
parent | modernize t9300: use test_when_finished for clean-up (diff) | |
download | tgif-0ca2972345d6de3b9eb845af4b0e9b701af120bd.tar.xz |
modernize t9300: mark here-doc words to ignore tab indentation
In the next commit, we will indent test case preparations. This will
require that here-documents ignore the tab indentation. Prepare for
this change by marking the here-doc words accordingly. This does not
have an effect now, but will remove some noise from the git diff -b
output of the next commit.
The change here is entirely automated with this perl command:
perl -i -lpe 's/(cat.*<<) *((EOF|(EXPECT|INPUT)_END).*$)/$1-$2 &&/' t/t9300-fast-import.sh
i.e., inserts a dash between << and the EOF word (and removes blanks
that our style guide abhors) and appends the && that will become
necessary.
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Jeff King <peff@peff.net>
Diffstat (limited to 't/t7008-grep-binary.sh')
0 files changed, 0 insertions, 0 deletions