c260e0
diff --git a/tests/data/test1083 b/tests/data/test1083
c260e0
index e441278..b0958b6 100644
c260e0
--- a/tests/data/test1083
c260e0
+++ b/tests/data/test1083
c260e0
@@ -33,13 +33,13 @@ ipv6
c260e0
 http-ipv6
c260e0
 </server>
c260e0
  <name>
c260e0
-HTTP-IPv6 GET with ip6-localhost --interface
c260e0
+HTTP-IPv6 GET with localhost6 --interface
c260e0
  </name>
c260e0
  <command>
c260e0
--g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost
c260e0
+-g "http://%HOST6IP:%HTTP6PORT/1083" --interface localhost6
c260e0
 </command>
c260e0
 <precheck>
c260e0
-perl -e "if ('%CLIENT6IP' ne '[::1]') {print 'Test requires default test server host address';} else {exec './server/resolve --ipv6 ip6-localhost'; print 'Cannot run precheck resolve';}"
c260e0
+perl -e "if ('%CLIENT6IP' ne '[::1]') {print 'Test requires default test server host address';} else {exec './server/resolve --ipv6 localhost6'; print 'Cannot run precheck resolve';}"
c260e0
 </precheck>
c260e0
 </client>
c260e0
 
c260e0
diff --git a/tests/data/test241 b/tests/data/test241
c260e0
index 46eae1f..4e1632c 100644
c260e0
--- a/tests/data/test241
c260e0
+++ b/tests/data/test241
c260e0
@@ -30,13 +30,13 @@ ipv6
c260e0
 http-ipv6
c260e0
 </server>
c260e0
  <name>
c260e0
-HTTP-IPv6 GET (using ip6-localhost)
c260e0
+HTTP-IPv6 GET (using localhost6)
c260e0
  </name>
c260e0
  <command>
c260e0
--g "http://ip6-localhost:%HTTP6PORT/241"
c260e0
+-g "http://localhost6:%HTTP6PORT/241"
c260e0
 </command>
c260e0
 <precheck>
c260e0
-./server/resolve --ipv6 ip6-localhost
c260e0
+./server/resolve --ipv6 localhost6
c260e0
 </precheck>
c260e0
 </client>
c260e0
 
c260e0
@@ -48,7 +48,7 @@ HTTP-IPv6 GET (using ip6-localhost)
c260e0
 </strip>
c260e0
 <protocol>
c260e0
 GET /241 HTTP/1.1
c260e0
-Host: ip6-localhost:%HTTP6PORT
c260e0
+Host: localhost6:%HTTP6PORT
c260e0
 Accept: */*
c260e0
 
c260e0
 </protocol>