]> granicus.if.org Git - curl/commitdiff
tests: Fix some incorrect precheck error messages.
authorDan Fandrich <dan@coneharvesters.com>
Sun, 24 Mar 2019 12:02:05 +0000 (13:02 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Sun, 24 Mar 2019 12:02:05 +0000 (13:02 +0100)
[ci skip]

tests/data/test1046
tests/data/test1048
tests/data/test1050
tests/data/test1082
tests/data/test1083

index bc4e5c293ddcac623dad6a7e8c4ac253654d5293..e86e1329cb16c8501cb090bca2c4e8b548558acc 100644 (file)
@@ -40,7 +40,7 @@ HTTP-IPv6 GET with numeric localhost --interface
 </command>
 # --interface doesn't accept an address surrounded by [] so %CLIENT6IP is out
 <precheck>
-perl -e "print 'Test requires default test server host address' if ( '%CLIENT6IP' ne '[::1]' );"
+perl -e "print 'Test requires default test client host address' if ( '%CLIENT6IP' ne '[::1]' );"
 </precheck>
 </client>
 
index f94ae58d117b224f15aada552cee15818cfad3ea..5ed267b55b73ab8fb78b261d6a874901663fe0a2 100644 (file)
@@ -48,7 +48,7 @@ FTP-IPv6 dir list PASV with localhost --interface
 </command>
 # --interface doesn't accept an address surrounded by [] so %CLIENT6IP is out
 <precheck>
-perl -e "print 'Test requires default test server host address' if ( '%CLIENT6IP' ne '[::1]' );"
+perl -e "print 'Test requires default test client host address' if ( '%CLIENT6IP' ne '[::1]' );"
 </precheck>
 </client>
 
index a0e5beab18e3fbbf7bf54383b2209ede5e2e7722..281936bfec0728c6e0fef50d29c1cba0b42bd04c 100644 (file)
@@ -43,7 +43,7 @@ FTP-IPv6 dir list, EPRT with specified IP
 </command>
 # --interface doesn't accept an address surrounded by [] so %CLIENT6IP is out
 <precheck>
-perl -e "print 'Test requires default test server host address' if ( '%CLIENT6IP' ne '[::1]' );"
+perl -e "print 'Test requires default test client host address' if ( '%CLIENT6IP' ne '[::1]' );"
 </precheck>
 </client>
 
index d58dd25cd010e2b13292d04f5e7d6b42a573a97c..8e4078b2d720f5a7e23cba6c44dc30b74c71bf4b 100644 (file)
@@ -35,7 +35,7 @@ HTTP GET with localhost --interface
 http://%HOSTIP:%HTTPPORT/1082 --interface localhost
 </command>
 <precheck>
-perl -e "print 'Test requires default test server host address' if ( '%CLIENTIP' ne '127.0.0.1' );"
+perl -e "print 'Test requires default test client host address' if ( '%CLIENTIP' ne '127.0.0.1' );"
 </precheck>
 </client>
 
index e441278da4a05653a93724dac662092411d756e9..1b1db0539969e8a5f088dc7f9ba8d001b6c7e39a 100644 (file)
@@ -39,7 +39,7 @@ HTTP-IPv6 GET with ip6-localhost --interface
 -g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost
 </command>
 <precheck>
-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';}"
+perl -e "if ('%CLIENT6IP' ne '[::1]') {print 'Test requires default test client host address';} else {exec './server/resolve --ipv6 ip6-localhost'; print 'Cannot run precheck resolve';}"
 </precheck>
 </client>