summaryrefslogtreecommitdiff
path: root/t/t1013-loose-object-format.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-08 11:51:00 -0700
committerJunio C Hamano <gitster@pobox.com>2011-08-11 13:02:47 -0700
commit3f4ab627146fcb1e1887198f520f39fb84fde73a (patch)
treee0b26610ba632f8c55d857e2a5620550c749f872 /t/t1013-loose-object-format.sh
parent7f684a2aff636f44a5063c05cf84c0db0460ae1a (diff)
downloadgit-3f4ab627146fcb1e1887198f520f39fb84fde73a.tar.gz
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/t1013-loose-object-format.sh')
-rwxr-xr-xt/t1013-loose-object-format.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t1013-loose-object-format.sh b/t/t1013-loose-object-format.sh
index f45702c45c..0a9cedd374 100755
--- a/t/t1013-loose-object-format.sh
+++ b/t/t1013-loose-object-format.sh
@@ -26,8 +26,6 @@ standard format, deflated with 4KB window size: Agit/JGit on Android
'
. ./test-lib.sh
-LF='
-'
assert_blob_equals() {
printf "%s" "$2" >expected &&