Subject: | Unexpected webserver dependency in test |
Hi,
when I try to install the actual v1.70 one test will fail:
t/14security.t ... 1/26 # Failed test 24 in t/14security.t at line 192
# t/14security.t line 192 is: ok($@ =~ /unable to save to \Q$file\E/);
It seems that this test access to http://localhost/allow.xml ans expect
no result. But on my machine even run a webserver which returns
something on that address.
A workaround is to stop the webserver an run the test again.