t5520: let sed open its own input
commit4c8b046f82cbc468fc28b6e52883a15ee2942ec7
authorDenton Liu <liu.denton@gmail.com>
Tue, 12 Nov 2019 23:07:52 +0000 (12 15:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Nov 2019 00:41:51 +0000 (21 09:41 +0900)
tree04c7db1062ddc4154e8446027f22e8ed4e4401a2
parent53c62b9810b5318ad33aa263461568f12d8db1dd
t5520: let sed open its own input

We were using a redirection operator to feed input into sed. However,
since sed is capable of opening its own files, make sed open its own
files instead of redirecting input into it.

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