1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tests: stabilize test 1034

Pass the invalid domain name on stdin. On some systems, the test
framework cannot pass invalid UTF-8 sequences on the command line.

Closes #1488
This commit is contained in:
Michael Kaufmann 2017-05-16 21:29:59 +02:00
parent f31760e63b
commit 052a14e3cd

View File

@ -6,6 +6,7 @@ HTTP GET
HTTP proxy HTTP proxy
IDN IDN
FAILURE FAILURE
config file
</keywords> </keywords>
</info> </info>
@ -44,8 +45,11 @@ HTTP over proxy with malformatted IDN host name
# This host name contains an invalid UTF-8 byte sequence that can't be # This host name contains an invalid UTF-8 byte sequence that can't be
# converted into an IDN name # converted into an IDN name
<stdin>
url = "http://invalid-utf8-â<>.local/page/1034"
</stdin>
<command> <command>
http://invalid-utf8-â<>.local/page/1034 -x %HOSTIP:%HTTPPORT -K - -x %HOSTIP:%HTTPPORT
</command> </command>
</client> </client>