From: Viktor Szakats Date: Wed, 3 Dec 2025 16:22:37 +0000 (+0100) Subject: test787: fix possible typo `&` -> `%` in curl option X-Git-Tag: rc-8_18_0-1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276a4af4741c7ac5f4e24b22458146ebab049dcd;p=thirdparty%2Fcurl.git 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 40c264db617d025ca5053bc0964a185d11101301 #15739 Closes #19826 --- diff --git a/tests/data/test787 b/tests/data/test787 index e95a18d17b..47b2effbde 100644 --- a/tests/data/test787 +++ b/tests/data/test787 @@ -3,7 +3,6 @@ HTTP --variable -notxml @@ -22,7 +21,7 @@ http --variable with a file byte range, bad range -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}}'