tests: avoid seq

Partial fix for #501.

* tests/core/prodchain.test: Hardcode the seq output.
* tests/core/bricks.test: Use $AWK instead of seq.
* tests/core/defs.in: Define $AWK.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2022-03-03 18:01:11 +01:00
parent 93fb11017b
commit 7b7e1b254b
4 changed files with 14 additions and 8 deletions

3
NEWS
View file

@ -74,6 +74,9 @@ New in spot 2.10.4.dev (net yet released)
- work around a portability issue in Flex 2.6.4 preventing
compilation on OpenBSD.
- Do not use the seq command in test cases, it is not available
everywhere.
New in spot 2.10.4 (2022-02-01)
Bug fixed: