mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:03:52 +03:00
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:
parent
18143579ba
commit
f6cb707b6a
12 changed files with 14 additions and 10 deletions
|
|
@ -17,7 +17,7 @@ file
|
|||
"upload" nonexisting with file://
|
||||
</name>
|
||||
<command option="no-include">
|
||||
file://localhost/%PWD/%LOGDIR/nonexisting/result%TESTNUMBER.txt -T %LOGDIR/upload%TESTNUMBER.txt
|
||||
file://localhost/%FILE_PWD/%LOGDIR/nonexisting/result%TESTNUMBER.txt -T %LOGDIR/upload%TESTNUMBER.txt
|
||||
</command>
|
||||
<file name="%LOGDIR/upload%TESTNUMBER.txt">
|
||||
data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue