]> git.draconx.ca Git - cdecl99.git/commit
tests: Work around some ancient printf bugs.
authorNick Bowler <nbowler@draconx.ca>
Tue, 5 Dec 2023 05:34:27 +0000 (00:34 -0500)
committerNick Bowler <nbowler@draconx.ca>
Tue, 5 Dec 2023 05:36:41 +0000 (00:36 -0500)
commit7516ec539764125f657a144cce32ce96df05bcf4
treec679c58bfa86f1b304fef974e66d0a77ce9c3a49
parent420731be907d16ff3f6905ac5281543a0e784c54
tests: Work around some ancient printf bugs.

Some very old printf implementations (e.g., on ULTRIX 4.5) do not
support negative precision with %.*s conversions in order to behave
as if the precision was omitted.

It is easy to change the rendertest program to avoid this problem,
so let's change it.
t/rendertest.c
tests/internal.at