Subject: | Installation fails during test |
Date: | Wed, 5 Jun 2013 11:58:28 +0300 |
To: | bug-File-Path [...] rt.cpan.org |
From: | Валерий Свистунов <valery.svistunov [...] gmail.com> |
Good day.
There is a small bug in installation script. Seems like type mistake (here
is a part of log file):
# Failed test 'created a directory not owned by nobodz:nogrouq...'
# at t/Path.t line 503.
# STDERR:
# unable to map nobodz to a uid, ownership not changed: at t/Path.t line
501.
# unable to map nogrouq to a gid, group ownership not changed: at t/Path.t
line 501.
#
# doesn't match:
# (?^:\Aunable to map nobodz to a uid, ownership not changed: .* at \S+
line \d+
# unable to map nogrouq to a gid, group ownership not changed: .* at \S+
line \d+\b)
# as expected
# Looks like you failed 1 test of 129.
t/Path.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/129 subtests
(less 29 skipped subtests: 99 okay)
t/pod.t .... skipped: PERL_AUTHOR_TESTING environment variable not set (or
zero)
t/taint.t .. ok
"nobodz:nogrouq" should be "nobody:nogroup"
Best regards,
Valery Svistunov