coreboot/payloads/libpayload/tests
Jakub Czapiga b88d845c56 tests: Fix objcopy --add-symbol arguments creation
Remove unnecessary escape bachslashes from:
addr="$(echo \"$$$$sym_line\" ...
The 'echo' will print output line with double quote characters, which
then will be included in the values passed to --add-symbol. This can
cause errors.

Change-Id: I6023515191d6c236bf57870159a35d518f25e9d8
Reported-by: Yu-Ping Wu <yupingso@chromium.org>
Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59858
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
2021-12-06 12:34:09 +00:00
..
data libpayload: initial test case + tiny "framework" 2013-03-22 00:35:32 +01:00
drivers tests: Move x86 I/O functions to include/mock/arch/io.h 2021-11-04 15:07:38 +00:00
include/tests tests: Move x86 I/O functions to include/mock/arch/io.h 2021-11-04 15:07:38 +00:00
cbfs-x86-test.c libpayload: initial test case + tiny "framework" 2013-03-22 00:35:32 +01:00
libpayload-config.h libpayload: Change CONFIG_X86_SERIAL_CONSOLE to CONFIG_8250_SERIAL_CONSOLE 2014-08-28 01:40:48 +02:00
Makefile Remove empty lines at end of file 2015-06-08 00:55:07 +02:00
Makefile.inc tests: Fix objcopy --add-symbol arguments creation 2021-12-06 12:34:09 +00:00