https://bugzilla.redhat.com/show_bug.cgi?id=2208970



--- Comment #1 from Petr Pisar <ppi...@redhat.com> ---
This can be reduced to:

$ perl -Ilib t/pmcat.t </dev/null
1..2
not ok 1 - pmcat runs
#   Failed test 'pmcat runs'
#   at t/pmcat.t line 18.
#          got: '256'
#     expected: '0'
not ok 2 - catted Carp
#   Failed test 'catted Carp'
#   at t/pmcat.t line 19.
#                   ''
#     doesn't match '(?^msx:package\sCarp\;)'
# Looks like you failed 2 tests of 2.

While having stdin makes the difference:

$ perl -Ilib t/pmcat.t
1..2
ok 1 - pmcat runs
ok 2 - catted Carp


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2208970
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to