Define $LF in testdefs

Accompanies $CR and $HT to help write more readable test
scripts.
This commit is contained in:
Andrew Bettison 2015-12-07 21:48:08 +10:30
parent 1bd599f79d
commit 2b40e5394d

View File

@ -28,6 +28,8 @@ addr_localhost="127.0.0.1"
declare -a instance_stack=()
# Some useful string constants.
LF='
'
CR=' '
HT=' '