tests: replace %PWD with %FILE_PWD for file://

Before this patch not all tests used `%FILE_PWD` with the `file://`
protocol.

Keep `%PWD` for test1145, to keep it fail on Windows like the test
expects.

Cherry-picked from #14949

Closes #15090
This commit is contained in:
Viktor Szakats 2024-09-29 12:01:37 +02:00
parent 18143579ba
commit f6cb707b6a
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
12 changed files with 14 additions and 10 deletions

View file

@ -30,7 +30,7 @@ file
HTTP GET -o fname without Content-Disposition (empty file)
</name>
<command option="no-output,no-include">
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/outfile%TESTNUMBER file://%PWD/%LOGDIR/outfile%TESTNUMBER
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -o %LOGDIR/outfile%TESTNUMBER file://%FILE_PWD/%LOGDIR/outfile%TESTNUMBER
</command>
</client>