summaryrefslogtreecommitdiff
path: root/t/t7800-difftool.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-08 18:51:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-08-11 20:02:47 (GMT)
commit3f4ab627146fcb1e1887198f520f39fb84fde73a (patch)
treee0b26610ba632f8c55d857e2a5620550c749f872 /t/t7800-difftool.sh
parent7f684a2aff636f44a5063c05cf84c0db0460ae1a (diff)
downloadgit-3f4ab627146fcb1e1887198f520f39fb84fde73a.zip
git-3f4ab627146fcb1e1887198f520f39fb84fde73a.tar.gz
git-3f4ab627146fcb1e1887198f520f39fb84fde73a.tar.bz2
test: consolidate definition of $LF
As we seem to need this variable that holds a single LF character in many places, define it in test-lib.sh and let the test scripts use it. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7800-difftool.sh')
-rwxr-xr-xt/t7800-difftool.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/t7800-difftool.sh b/t/t7800-difftool.sh
index 4048d10..395adfc 100755
--- a/t/t7800-difftool.sh
+++ b/t/t7800-difftool.sh
@@ -10,9 +10,6 @@ Testing basic diff tool invocation
. ./test-lib.sh
-LF='
-'
-
remove_config_vars()
{
# Unset all config variables used by git-difftool