mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05: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:
parent
f31760e63b
commit
052a14e3cd
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user