mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-29 15:43:56 +00:00
Define $LF in testdefs
Accompanies $CR and $HT to help write more readable test scripts.
This commit is contained in:
parent
1bd599f79d
commit
2b40e5394d
@ -28,6 +28,8 @@ addr_localhost="127.0.0.1"
|
||||
declare -a instance_stack=()
|
||||
|
||||
# Some useful string constants.
|
||||
LF='
|
||||
'
|
||||
CR='
'
|
||||
HT=' '
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user