From: Aaron Merey Date: Tue, 9 Apr 2024 23:53:51 +0000 (-0400) Subject: use portable echo command X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fusers%2Famerey%2Ftry-pr27405;p=thirdparty%2Felfutils.git use portable echo command --- diff --git a/tests/run-get-files.sh b/tests/run-get-files.sh index d85e65e3..c2bc01bf 100755 --- a/tests/run-get-files.sh +++ b/tests/run-get-files.sh @@ -303,8 +303,8 @@ EOF cat files > define-files.out cat files >> define-files.out cat files >> define-files.out -echo -e " file[44] = \"include/asm/abc.c\"" >> define-files.out -echo -e " file[45] = \"include/linux/01.c\"" >> define-files.out +echo ' file[44] = "include/asm/abc.c"' >> define-files.out +echo ' file[45] = "include/linux/01.c"' >> define-files.out cat define-files.out | testrun_compare ${abs_builddir}/get-files-define-file testfile-define-file