mirror of
https://github.com/curl/curl.git
synced 2026-07-16 06:27:17 +03:00
test436: fix running on Windows with _curlrc present
in the user home directory. Before this patch, the curl tool found the system curlrc first, ignoring the custom one set by the test via `CURL_HOME`. Closes #18242
This commit is contained in:
parent
7fd7d561c4
commit
626051cd8b
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ http
|
|||
</server>
|
||||
<setenv>
|
||||
CURL_HOME=%PWD/%LOGDIR
|
||||
USERPROFILE
|
||||
XDG_CONFIG_HOME
|
||||
</setenv>
|
||||
<name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue