commit | e284894a9e802d99198bf83c130ea7b5b0c9e032 | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Fri Jul 10 16:51:27 2015 +0100 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Fri Jul 10 16:51:27 2015 +0100 |
tree | 6867b9861af51b7b3147b9e6341c981ddef62ae7 | |
parent | b63e904394e19250f2830c929232842b07aa1b77 [diff] [blame] |
Add more escaping for the HOSTS setting code Change-Id: I0660b6c8b07a4b434664ff6f635825fc05b20a39
diff --git a/test/test-common b/test/test-common index 106cf83..ea92d8b 100755 --- a/test/test-common +++ b/test/test-common
@@ -99,7 +99,7 @@ } start_logging () { - all_hosts "echo HOSTS=\"$HOSTS\" > test-config" + all_hosts "echo HOSTS=\\\"$HOSTS\\\" > test-config" } stop_logging () {