Subject: | Assertion failed: (term != NULL) |
Some of my smokers sent failures which look like this:
...
Assertion failed: (term != NULL), function unibi_from_term, file uniutil.c, line 178.
t/05flags.t .........
All 2 subtests passed
...
This seems to happen if TERM is not set. This seems to be the case for my smokers which operate from a crontab, but may easily be reproduced by calling `unset TERM` before starting the test suite.