Subject: | Tests fail if LWP::Protocol::https is not installed |
It seems that the test suite fails if LWP::Protocol::https is not installed:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.26.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
$VAR1 = {
'COMMAND' => 'GetUserIndex'
};
$VAR1 = {
's_command' => 'COMMAND=GetUserIndex',
's_entity' => '1234',
's_pw' => 'test.passw0rd',
's_login' => 'test.user'
};
$VAR1 = '[RESPONSE]
CODE=421
DESCRIPTION=HTTP communication failed;501 Protocol scheme \'https\' is not supported (LWP::Protocol::https not installed)
EOF
';
... (etc) ...