mirror of
https://github.com/curl/curl.git
synced 2026-08-26 15:43:33 +03:00
test433: clear some home dir env variables
Follow-up to bd6b54ba1f
... so that XDG_CONFIG_HOME is the only home dir variable set and thus
used correctly in the test!
Fixes #6599
Closes #6600
This commit is contained in:
parent
9e95105617
commit
e992770e8d
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ http
|
||||||
</server>
|
</server>
|
||||||
<setenv>
|
<setenv>
|
||||||
XDG_CONFIG_HOME=%PWD/log
|
XDG_CONFIG_HOME=%PWD/log
|
||||||
|
HOME=
|
||||||
|
CURL_HOME=
|
||||||
</setenv>
|
</setenv>
|
||||||
<name>
|
<name>
|
||||||
Verify XDG_CONFIG_HOME use to find .curlrc
|
Verify XDG_CONFIG_HOME use to find .curlrc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue