Subject: | t/00-ALPM.t typo makes test fail |
-> make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-ALPM.t ......... 1/3
# Failed test 'automatic initializes'
# at t/00-ALPM.t line 13.
# 'ALPM Error: library already initialised at
t/00-ALPM.t line 10.
# '
# doesn't match '(?-xism:^ALPM Error: library already initialized)'
# Looks like you failed 1 test of 3.
t/00-ALPM.t ......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
typo on line 13
qr/^ALPM Error: library already initialized/
should be
qr/^ALPM Error: library already initialised/