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:
Daniel Stenberg 2022-08-16 14:01:29 +02:00
parent d29de2ab80
commit 04427fc207
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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>