t1409: let sed open its own input file
authorDenton Liu <redacted>
Fri, 20 Dec 2019 18:15:57 +0000 (10:15 -0800)
committerJunio C Hamano <redacted>
Fri, 20 Dec 2019 19:30:45 +0000 (11:30 -0800)
commitb87b02cfe6973ac8cc778e0463bc3ad6accb96a6
tree00f45933dd79339476299ccb60982d8eb715c33e
parent9b92070e5231773f564c1fe631cddd6d436963a5
t1409: let sed open its own input file

In one case, we were using a redirection operator to feed input into
sed. However, since sed is capable of opening its own input file, make
sed do that instead of redirecting input into it.

Signed-off-by: Denton Liu <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t1409-avoid-packing-refs.sh
git clone https://git.99rst.org/PROJECT