Git fork

t/annotate-tests.sh: avoid redundant use of cat

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Acked-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>

authored by

Beat Bolli and committed by
Junio C Hamano
47c0f245 99eb825c

+1 -1
+1 -1
t/annotate-tests.sh
··· 532 532 "$(cat file.template)" && 533 533 test_commit --author "B <B@test.git>" \ 534 534 "change" "$fortran_file" \ 535 - "$(cat file.template | sed -e s/ChangeMe/IWasChanged/)" && 535 + "$(sed -e s/ChangeMe/IWasChanged/ file.template)" && 536 536 check_count -f "$fortran_file" -L:RIGHT A 3 B 1 537 537 ' 538 538