]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test787: fix possible typo `&` -> `%` in curl option
authorViktor Szakats <commit@vsz.me>
Wed, 3 Dec 2025 16:22:37 +0000 (17:22 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 4 Dec 2025 00:22:54 +0000 (01:22 +0100)
They are close on the keyboard and don't affect test results.

To make this test XML-compliant.

Ref: #14479
Follow-up to 40c264db617d025ca5053bc0964a185d11101301 #15739
Closes #19826

tests/data/test787

index e95a18d17bd82b6b42ee3c0c007dbe22b19bee83..47b2effbde10279b5fa3dab6e6bff1eeb58e713c 100644 (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>