Code

test: consolidate definition of $LF
[git.git] / t / test-lib.sh
index df25f1792923a65aab2c4ce88e7b528effb381f5..9d746b051cfa1d936d651210ffe444ea79603e39 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...