t3302: coding style updates
commitac2803b9625a9c38c1595f22da8f160969ed9625
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 20:21:59 +0000 (9 13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 21:18:55 +0000 (9 14:18 -0700)
tree93814ca268ba74927f418b042862589fafce88f2
parente1ecd9e3c8f800e3eab908df3e9fc4e166fca394
t3302: coding style updates

Use "<<-END_OF_HERE_TEXT" to push the contents of here-text to the
right in order to show the loop structure better.

Use write_script when writing a script to be run.

Use "test" (not "[ ... ]") and avoid unnecessary ";" in the middle
of a line.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3302-notes-index-expensive.sh