mirror of
https://github.com/curl/curl.git
synced 2026-07-16 05:57:16 +03:00
test399: switch it to use a config file instead
... as using a 65535 bytes host name in a URL does not fit on the command line on some systems - like Windows. Reported-by: Marcel Raad Fixes #9321 Closes #9322
This commit is contained in:
parent
d29de2ab80
commit
04427fc207
1 changed files with 7 additions and 4 deletions
|
|
@ -12,11 +12,14 @@ URL
|
|||
<server>
|
||||
http
|
||||
</server>
|
||||
<name>
|
||||
<name>
|
||||
65536 bytes long host name in URL
|
||||
</name>
|
||||
<command>
|
||||
http://%repeat[65536 x a]%/399
|
||||
</name>
|
||||
<file name="log/input%TESTNUM">
|
||||
url = http://%repeat[65536 x a]%/399
|
||||
</file>
|
||||
<command>
|
||||
-K log/input%TESTNUM
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue