David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
36c3e7 1 --- Mail-SpamAssassin-4.0.1/t/dnsbl_subtests.t.orig
MT 2 +++ Mail-SpamAssassin-4.0.1/t/dnsbl_subtests.t
3 @@ -20,6 +20,7 @@
4  use constant HAS_NET_DNS_START_SERVER => eval { Net::DNS::Nameserver->can('start_server'); };
5  use constant HAS_NET_DNS_STOP_SERVER => eval { Net::DNS::Nameserver->can('stop_server'); };
6  use constant HAS_BAD_WINDOWS_NET_DNS => $RUNNING_ON_WINDOWS && HAS_NET_DNS_START_SERVER;
83dc77 7 +plan skip_all => "Net tests disabled" unless conf_bool('run_net_tests');
MT 8  plan skip_all => "Net::DNS::Nameserver in unavailable on this system" unless (HAS_NET_DNS_NAMESERVER);
36c3e7 9  plan skip_all => "Tests don't work on Windows with recent versions of Net::DNS" if (HAS_BAD_WINDOWS_NET_DNS);
83dc77 10  plan  tests => 46;