]> git.draconx.ca Git - cdecl99.git/commitdiff
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)
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.


No differences found