t5520: remove spaces after redirect operator
commit93a9bf876ba518464b12a5871965dc11df0012e4
authorDenton Liu <liu.denton@gmail.com>
Tue, 12 Nov 2019 23:07:58 +0000 (12 15:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Nov 2019 00:41:51 +0000 (21 09:41 +0900)
tree734f4e66013043f71b29a6803d684beb8b421339
parentceeef863defcb3d48e32915b37f2d748708c9fd4
t5520: remove spaces after redirect operator

The style for tests in Git is to have the redirect operator attached to
the filename with no spaces. Fix test cases where this is not the case.

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