summaryrefslogtreecommitdiffstats
path: root/t/t4013-diff-various.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-09-03 23:11:22 +0200
committerJunio C Hamano <gitster@pobox.com>2019-09-05 20:18:35 +0200
commitda280f5f1a8ff7cfe677d1be6aeb0b72923ad901 (patch)
tree7cdd4c7ace176e10197c69c0abc1d7fe385b57e9 /t/t4013-diff-various.sh
parentGit 2.22.1 (diff)
downloadgit-da280f5f1a8ff7cfe677d1be6aeb0b72923ad901.tar.xz
git-da280f5f1a8ff7cfe677d1be6aeb0b72923ad901.zip
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>
Diffstat (limited to 't/t4013-diff-various.sh')
-rwxr-xr-xt/t4013-diff-various.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/t4013-diff-various.sh b/t/t4013-diff-various.sh
index a9054d2db1..5ac94b390d 100755
--- a/t/t4013-diff-various.sh
+++ b/t/t4013-diff-various.sh
@@ -7,9 +7,6 @@ test_description='Various diff formatting options'
. ./test-lib.sh
-LF='
-'
-
test_expect_success setup '
GIT_AUTHOR_DATE="2006-06-26 00:00:00 +0000" &&