]> git.draconx.ca Git - cdecl99.git/commit
tests: Work around awk line length limitations.
authorNick Bowler <nbowler@draconx.ca>
Tue, 16 Jan 2024 03:39:56 +0000 (22:39 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 16 Jan 2024 03:39:56 +0000 (22:39 -0500)
commitf9f25a36518274455212cf387599aa4e7bc2e0c8
tree404853f6a368b7f81d0e1c9f408764a683889fed
parentb0dff384ced94bf519054a62a68ce3dd2de26fbd
tests: Work around awk line length limitations.

Some versions of awk (e.g., HP-UX 11) struggle with long lines, which is
a problem for the script which checks the excessive function parameter
output.

To fix this, let's try using tr, which should hopefully not care too
much about line length, to produce short lines that can be checked.
tests/stress.at