Subject: | Failed test 'Unwrapped rows, no header' (with uselongdouble perl?) |
On one system I see this error:
...
# Failed test 'Unwrapped rows, no header'
# at t/_init.t line 67.
# +-----------------+----------------------+----+-------------------------+
# | PATH | GOT | OP | CHECK |
# +-----------------+----------------------+----+-------------------------+
# | {:linesPerPage} | 18446744073709551615 | eq | 1.84467440737095516e+19 |
# +-----------------+----------------------+----+-------------------------+
# Failed test 'Success'
# at t/_init.t line 68.
# Seeded srand with seed '20190217' from local date.
t/_init.t .........................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
...
This is a perl compiled with -Duselongdouble, so maybe the increased accuracy is the problem here.