Skip Menu |

This queue is for tickets about the Term-Menu CPAN distribution.

Report information
The Basics
Id: 121326
Status: new
Priority: 0/
Queue: Term-Menu

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Negative repeat count does nothing
On newer debian-like systems (i.e. Ubuntu 16.04 and Debian/stretch) I see the following test failure: ... # Failed test 'Giving a good answer' # at /opt/perl-5.25.12/lib/site_perl/5.25.12/Test/Expect.pm line 86. # got: 'ok # # Negative repeat count does nothing at /home/cpansand/.cpan/build/2017042318/Term-Menu-0.10-0/blib/lib/Term/Menu.pm line 74, <STDIN> line 1.' # expected: 'ok' # Looks like you failed 1 test of 10. t/menu.t ....... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/10 subtests ...
On 2017-04-23 15:48:12, SREZIC wrote: Show quoted text
> On newer debian-like systems (i.e. Ubuntu 16.04 and Debian/stretch) I > see the following test failure: > > ... > # Failed test 'Giving a good answer' > # at /opt/perl-5.25.12/lib/site_perl/5.25.12/Test/Expect.pm line 86. > # got: 'ok > # > # Negative repeat count does nothing at > /home/cpansand/.cpan/build/2017042318/Term-Menu-0.10- > 0/blib/lib/Term/Menu.pm line 74, <STDIN> line 1.' > # expected: 'ok' > # Looks like you failed 1 test of 10. > t/menu.t ....... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/10 subtests > ...
It fails only if Test::Expect is installed, otherwise the failing test is skipped, it seems.