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:
Viktor Szakats 2025-12-03 17:22:37 +01:00
parent 004f41c186
commit 276a4af474
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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