Subject: | Test suite fails on freebsd systems |
I see the following test failures on various freebsd systems (versions 9, 10, 12):
...
error: [string "_INLINED_LUA"]:18: attempt to call global 'setfenv' (a nil value)
# Looks like you planned 8 tests but ran 2.
# Looks like your test exited with 255 just after 2.
t/parse-file.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/8 subtests
error: [string "_INLINED_LUA"]:18: attempt to call global 'setfenv' (a nil value)
# Looks like you planned 7 tests but ran 2.
# Looks like your test exited with 255 just after 2.
t/parse.t ...........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/7 subtests
...