summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorMattias Päivärinta <mattias.paivarinta@iis.se>2019-08-08 13:19:08 +0200
committerMattias Päivärinta <mattias.paivarinta@iis.se>2019-08-08 13:38:08 +0200
commitf61eac5222468af4f1c7fd5623c2b072db006004 (patch)
tree3843e8de848a3ad74759439e0fde02dd3d0f8591 /t
parent3017afd3afe0d68f692fa1472052ff0b11a1f538 (diff)
Google's public resolver has a new name
Diffstat (limited to 't')
-rw-r--r--t/utils.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/utils.t b/t/utils.t
index 93895ef..9395b19 100644
--- a/t/utils.t
+++ b/t/utils.t
@@ -15,7 +15,7 @@ SKIP: {
my @names = sort $res->addr2name( '8.8.8.8' );
$count = $res->addr2name( '8.8.8.8' );
- is_deeply( [map {lc($_)} @names], ['google-public-dns-a.google.com.'], 'expected names' );
+ is_deeply( [map {lc($_)} @names], ['dns.google.'], 'expected names' );
is( $count, 1, 'expected name count' );
}