b35f73
diff --git a/tests/data/test1083 b/tests/data/test1083
b35f73
index e441278..b0958b6 100644
b35f73
--- a/tests/data/test1083
b35f73
+++ b/tests/data/test1083
b35f73
@@ -33,13 +33,13 @@ ipv6
b35f73
 http-ipv6
b35f73
 </server>
b35f73
  <name>
b35f73
-HTTP-IPv6 GET with ip6-localhost --interface
b35f73
+HTTP-IPv6 GET with localhost6 --interface
b35f73
  </name>
b35f73
  <command>
b35f73
--g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost
b35f73
+-g "http://%HOST6IP:%HTTP6PORT/1083" --interface localhost6
b35f73
 </command>
b35f73
 <precheck>
b35f73
-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';}"
b35f73
+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';}"
b35f73
 </precheck>
b35f73
 </client>
b35f73
 
b35f73
diff --git a/tests/data/test241 b/tests/data/test241
b35f73
index 46eae1f..4e1632c 100644
b35f73
--- a/tests/data/test241
b35f73
+++ b/tests/data/test241
b35f73
@@ -30,13 +30,13 @@ ipv6
b35f73
 http-ipv6
b35f73
 </server>
b35f73
  <name>
b35f73
-HTTP-IPv6 GET (using ip6-localhost)
b35f73
+HTTP-IPv6 GET (using localhost6)
b35f73
  </name>
b35f73
  <command>
b35f73
--g "http://ip6-localhost:%HTTP6PORT/241"
b35f73
+-g "http://localhost6:%HTTP6PORT/241"
b35f73
 </command>
b35f73
 <precheck>
b35f73
-./server/resolve --ipv6 ip6-localhost
b35f73
+./server/resolve --ipv6 localhost6
b35f73
 </precheck>
b35f73
 </client>
b35f73
 
b35f73
@@ -48,7 +48,7 @@ HTTP-IPv6 GET (using ip6-localhost)
b35f73
 </strip>
b35f73
 <protocol>
b35f73
 GET /241 HTTP/1.1
b35f73
-Host: ip6-localhost:%HTTP6PORT
b35f73
+Host: localhost6:%HTTP6PORT
b35f73
 Accept: */*
b35f73
 
b35f73
 </protocol>