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

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