Skip Menu |

This queue is for tickets about the Lemonldap-NG-Common CPAN distribution.

Report information
The Basics
Id: 128431
Status: resolved
Priority: 0/
Queue: Lemonldap-NG-Common

People
Owner: x.guimard [...] free.fr
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.9.18
Fixed in: (no value)



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.
Le Mer 06 Fév 2019 01:42:28, SREZIC a écrit : Show quoted text
> 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.
Hello, Thanks, I fixed that upstream by removing this old-and-useless test. 2.0.2 will include this fix (probably released on Friday) Cheers, Xavier