mirror of
https://github.com/curl/curl.git
synced 2026-06-06 11:24:19 +03:00
tests: remove instead of setting to blank (more)
These were added after the `ENV=` == blank change, but meant as a removal (unset / not set) according to the commit messages764e4f066de992770e8d
This commit is contained in:
parent
9657a2041e
commit
65dbd2b691
2 changed files with 3 additions and 3 deletions
|
|
@ -30,8 +30,8 @@ http
|
|||
</server>
|
||||
<setenv>
|
||||
XDG_CONFIG_HOME=%PWD/%LOGDIR
|
||||
HOME=
|
||||
CURL_HOME=
|
||||
HOME
|
||||
CURL_HOME
|
||||
</setenv>
|
||||
<name>
|
||||
Verify XDG_CONFIG_HOME use to find curlrc
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ http
|
|||
</server>
|
||||
<setenv>
|
||||
CURL_HOME=%PWD/%LOGDIR
|
||||
XDG_CONFIG_HOME=
|
||||
XDG_CONFIG_HOME
|
||||
</setenv>
|
||||
<name>
|
||||
Find .curlrc in .config/curlrc via CURL_HOME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue