Code

Merge branch 'rt/zlib-smaller-window'
[git.git] / t / test-lib.sh
index 57c3d532933d70e2ff19647442dd5bc7b459d8a1..e27422217db28f0c6693deb0d9c093ba89a72dda 100644 (file)
@@ -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...