Subject: | t/04.ns.t fails on some systems |
On some of my smokers I see the following fail pattern:
...
# Testing ns() for App::Kit 0.63
# Failed test 'sharedir() bad dist = undef'
# at t/04.ns.t line 167.
# got: '/usr/perl5.16.3t/lib/site_perl/5.16.3/amd64-freebsd-thread-multi/auto/Foo/Bar'
# expected: undef
# Failed test 'sharedir() bad dist - $@'
# at t/04.ns.t line 168.
# ''
# doesn't match '(?^:Failed to find share dir for dist 'Foo-Bar')'
# Failed test 'sharedir() unloaded module = undef'
# at t/04.ns.t line 170.
# got: '/usr/perl5.16.3t/lib/site_perl/5.16.3/amd64-freebsd-thread-multi/auto/Foo/Bar'
# expected: undef
# Failed test 'sharedir() unloaded module - $@'
# at t/04.ns.t line 171.
# ''
# doesn't match '(?^:Failed to find share dir for dist 'Foo-Bar')'
# Looks like you failed 4 tests of 29.
t/04.ns.t .........
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/29 subtests
...