Blame SOURCES/0104-curl-7.19.7-localhost6.patch

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