--- AnyEvent/t/81_hosts.t 2013/08/25 17:42:29 1.2 +++ AnyEvent/t/81_hosts.t 2013/10/03 17:50:04 1.3 @@ -1,7 +1,7 @@ use File::Temp qw(tempfile); use Test::More tests => 2; -my $test_host = 'test.invalid.tld.'; +my $test_host = 'test.invalid.'; my $test_addr = '127.9.9.9'; my ($hosts_fh, $hosts_file) = tempfile UNLINK => 1;