]> git.draconx.ca Git - cdecl99.git/commit
Work around Solaris 8 nawk issue in the test suite.
authorNick Bowler <nbowler@draconx.ca>
Sat, 1 Jul 2023 19:28:15 +0000 (15:28 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 1 Jul 2023 19:29:56 +0000 (15:29 -0400)
commitce4b1fa54fb01a782ad87f66b86d6f43ed9e71cd
tree49b8c83479a8423b28fd7540c30aebbe58ae3349
parent5f0979c1f526d68a18b536eab1a69de8f60b54a7
Work around Solaris 8 nawk issue in the test suite.

Apparently "nawk" on Solaris 8 does not understand -f- to mean "read
program from standard input", we must spell it as two arguments: -f -
tests/general.at