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

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