doth system test fails because it uses 'timeout'
I:doth:checking max-age for positive answer (146)
I:doth:checking max-age for negative answer (147)
I:doth:checking sending a DoT query using gnutls-cli (148)
tests.sh: line 603: timeout: command not found
I:doth:failed
I:doth:exit status: 1
I:doth:stopping servers
R:doth:FAIL
E:doth:2022-01-17T14:29:17+1100
FAIL: doth
timeout
is GNU specific. && sleep 10 && cat /dev/null
should work if sleep
is closing stdout
at startup. Additionally timeout 10 cat
reads from stdin
which no part of the system tests should do.
Edited by Mark Andrews