]> git.draconx.ca Git - cdecl99.git/commit
tests: Try not to split fields in randomdecl sanity test.
authorNick Bowler <nbowler@draconx.ca>
Wed, 6 Dec 2023 06:17:56 +0000 (01:17 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 6 Dec 2023 06:17:56 +0000 (01:17 -0500)
commit8724637093324f6fcadca663c97cad8b6e6ef61a
treefebbb386b39b9bf736f3249860c01e3a27829da1
parent81d99afd15b72a0b5a31dadeb7ce507ec4864664
tests: Try not to split fields in randomdecl sanity test.

HP-UX 11 awk will simply exit with an error if any input line has more
than 199 fields.  To avoid this happening in the randomdecl sanity test,
set FS to some garbage because we don't actually use any of the field
variables in this script.
tests/stress.at