]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: run-lfs-symbols.sh needs gawk
authorSam James <sam@gentoo.org>
Wed, 19 Jul 2023 23:16:38 +0000 (00:16 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 20 Jul 2023 10:39:37 +0000 (12:39 +0200)
commita78fc84d013f925c4bf8ab65eee123bc86fe8b39
tree07e741ec7855e6a9917e3d90fcff52409f0c7353
parent1e3f1f91b6e39d3daa4d3b86f15235bdda83b58b
tests: run-lfs-symbols.sh needs gawk

With awk=mawk, I get:
```
FAIL: run-lfs-symbols.sh
========================

First sanity-check that LFS detection works.
checking ./testfile-nolfs
awk: line 3: syntax error at or near /
FAIL run-lfs-symbols.sh (exit status: 2)
```

* tests/run-lfs-symbols.sh: Call 'gawk' instead of 'awk'.

Signed-off-by: Sam James <sam@gentoo.org>
tests/run-lfs-symbols.sh