]> git.draconx.ca Git - cdecl99.git/commit
tests: Avoid using awk -v option.
authorNick Bowler <nbowler@draconx.ca>
Tue, 5 Dec 2023 05:37:35 +0000 (00:37 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 5 Dec 2023 05:38:56 +0000 (00:38 -0500)
commit7c035f3846b572d1dee76fdb6957f23864c19bc8
tree41ba71e14214b4798fb450ef76fc173772fe71f0
parent7516ec539764125f657a144cce32ce96df05bcf4
tests: Avoid using awk -v option.

Traditional awk implementations do not support -v, and this is also
the case with ULTRIX 4.5 nawk.  The tests that use -v don't actually
need to use it, so it doesn't hurt to fix this.
tests/general.at