summaryrefslogtreecommitdiffstats
path: root/t/t1020-subdirectory.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-08 20:51:00 +0200
committerJunio C Hamano <gitster@pobox.com>2011-08-11 22:02:47 +0200
commit3f4ab627146fcb1e1887198f520f39fb84fde73a (patch)
treee0b26610ba632f8c55d857e2a5620550c749f872 /t/t1020-subdirectory.sh
parentTolerate zlib deflation with window size < 32Kb (diff)
downloadgit-3f4ab627146fcb1e1887198f520f39fb84fde73a.tar.xz
git-3f4ab627146fcb1e1887198f520f39fb84fde73a.zip
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/t1020-subdirectory.sh')
-rwxr-xr-xt/t1020-subdirectory.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t1020-subdirectory.sh b/t/t1020-subdirectory.sh
index f6a44c9ee0..7e79961228 100755
--- a/t/t1020-subdirectory.sh
+++ b/t/t1020-subdirectory.sh
@@ -17,8 +17,6 @@ test_expect_success setup '
cp one original.one &&
cp dir/two original.two
'
-LF='
-'
test_expect_success 'update-index and ls-files' '
git update-index --add one &&