t3206: remove spaces after redirect operators
commit3a6e48e9f7c4ca8b7af1b82c8de1d51eb0348bed
authorDenton Liu <liu.denton@gmail.com>
Wed, 20 Nov 2019 21:18:33 +0000 (20 13:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Nov 2019 00:29:52 +0000 (21 09:29 +0900)
tree2a088b90cd812fda9941eaf4eb648c858b21cc59
parent26d94853f083425872a27d525556cf8bcdfe67ba
t3206: remove spaces after redirect operators

For shell scripts, the usual convention is for there to be no space
after redirection operators, (e.g. `>file`, not `> file`). Remove the
one instance of this.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3206-range-diff.sh