Subject: | t/02-Common-Conf-File.t fails on debian/buster (new version of file?) |
On a debian/buster (debian 10) system I see the following test failure:
...
# Failed test 'File is encoded'
# at t/02-Common-Conf-File.t line 51.
# Failed test 'File is encoded'
# at t/02-Common-Conf-File.t line 51.
# Failed test 'File is encoded'
# at t/02-Common-Conf-File.t line 51.
# Looks like you failed 3 tests of 14.
t/02-Common-Conf-File.t ..
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/14 subtests
...
It seems that the file command (version 5.35) prints something different than in earlier versions. On debian/buster it's:
$ file t/lmConf-1.js
t/lmConf-1.js: JSON data
So it's missing the charset information.