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
@ -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…
Reference in New Issue
Block a user