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 messages

764e4f066d
e992770e8d
This commit is contained in:
Viktor Szakats 2025-07-22 03:14:43 +02:00
parent 9657a2041e
commit 65dbd2b691
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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