Subject: | t/01-crypt-password.t fails on CentOS7 |
The following error happens on my CentOS7 smokers (but not on other Linux and FreeBSD systems):
...
PERL_DL_NONLAZY=1 "/opt/perl-5.24.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
Name "Crypt::Password::TESTMODE" used only once: possible typo at t/01-crypt-password.t line 9.
No manual entry for crypt
# testing Crypt::Password (crypt_flav='freesec')
# os is 'linux'
No manual entry for crypt
Use of uninitialized value $line in substitution (s///) at t/01-crypt-password.t line 19.
Use of uninitialized value $line in concatenation (.) or string at t/01-crypt-password.t line 20.
# bottom line of man crypt: ''
# generate salt
failed to understand Extended-format crypt: '' at t/01-crypt-password.t line 26.
# Looks like your test exited with 22 just after 2.
t/01-crypt-password.t ..
Dubious, test returned 22 (wstat 5632, 0x1600)
All 2 subtests passed
...