mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:47:28 +03:00
test429: use %repeat[]%
Follow-up toeb22e37060#19281 Follow-up to55d4767876#19279 Closes #19296
This commit is contained in:
parent
4d2a05d3fe
commit
2147de554d
1 changed files with 3 additions and 3 deletions
|
|
@ -33,13 +33,13 @@ Funny-head: yesyes
|
|||
http
|
||||
</server>
|
||||
<setenv>
|
||||
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF=contents2023
|
||||
%repeat[129 x F]%=contents2023
|
||||
</setenv>
|
||||
<name>
|
||||
Expand environment variable in config file - too long name
|
||||
</name>
|
||||
<file name="%LOGDIR/cmd">
|
||||
--expand-data {{FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}}
|
||||
--expand-data {{%repeat[129 x F]%}}
|
||||
</file>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
|
||||
|
|
@ -57,7 +57,7 @@ Accept: */*
|
|||
Content-Length: 133
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
{{FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}}
|
||||
{{%repeat[129 x F]%}}
|
||||
</protocol>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue