mirror of
https://github.com/curl/curl.git
synced 2026-05-17 02:56:20 +03:00
test787: fix possible typo & -> % in curl option
They are close on the keyboard and don't affect test results.
To make this test XML-compliant.
Ref: #14479
Follow-up to 40c264db61 #15739
Closes #19826
This commit is contained in:
parent
004f41c186
commit
276a4af474
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@
|
|||
<keywords>
|
||||
HTTP
|
||||
--variable
|
||||
notxml
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
@ -22,7 +21,7 @@ http
|
|||
--variable with a file byte range, bad range
|
||||
</name>
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --variable "name[15-14]@&LOGDIR/fooo" --expand-data '{{name}}'
|
||||
http://%HOSTIP:%HTTPPORT/%TESTNUMBER --variable "name[15-14]@%LOGDIR/fooo" --expand-data '{{name}}'
|
||||
</command>
|
||||
</client>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue