mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 16:45:06 -05: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
@ -30,6 +30,8 @@ http
|
||||
</server>
|
||||
<setenv>
|
||||
XDG_CONFIG_HOME=%PWD/log
|
||||
HOME=
|
||||
CURL_HOME=
|
||||
</setenv>
|
||||
<name>
|
||||
Verify XDG_CONFIG_HOME use to find .curlrc
|
||||
|
Loading…
Reference in New Issue
Block a user