t: use LF variable defined in the test harness
commitda280f5f1a8ff7cfe677d1be6aeb0b72923ad901
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Sep 2019 21:11:22 +0000 (3 14:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2019 18:18:35 +0000 (5 11:18 -0700)
tree7cdd4c7ace176e10197c69c0abc1d7fe385b57e9
parent75b2f01a0f642b39b0f29b6218515df9b5eb798e
t: use LF variable defined in the test harness

A few test scripts assign a single LF to $LF, but that is already
given by test-lib.sh to everybody.

Remove the unnecessary reassignment.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh
t/t4013-diff-various.sh
t/t5515-fetch-merge-logic.sh