Subject: | Test suite fails if LANG environment variable is unset (0.0.9_001) |
On systems where LANG is not set the test suite fails:
...
Use of uninitialized value $ENV{"LANG"} in concatenation (.) or string at t/lite_xhf.t line 110, <__ANONIO__> line 4.
# Looks like you planned 294 tests but ran 236.
# Looks like your test exited with 255 just after 236.
t/lite_xhf.t .........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 58/294 subtests
(less 3 skipped subtests: 233 okay)
...
Setting LANG=C (or probably something else) fixes the problem.