Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-24 02:40:33 +0400
committerJunio C Hamano <gitster@pobox.com>2011-08-24 02:40:33 +0400
commit6fcb384869720ed2e9ea7de1938e44c54e56a75a (patch)
treebac64a700b43df8700e7f3c4e7d93cc0fb29d3dc /t/test-lib.sh
parent52457205a2301d66848fd965c928bc4e0360e2aa (diff)
parent3f4ab627146fcb1e1887198f520f39fb84fde73a (diff)
Merge branch 'rt/zlib-smaller-window'
* rt/zlib-smaller-window: test: consolidate definition of $LF Tolerate zlib deflation with window size < 32Kb
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 57c3d53293..e27422217d 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -92,6 +92,10 @@ _x40="$_x05$_x05$_x05$_x05$_x05$_x05$_x05$_x05"
# Zero SHA-1
_z40=0000000000000000000000000000000000000000
+# Line feed
+LF='
+'
+
# Each test should start with something like this, after copyright notices:
#
# test_description='Description of this test...