summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-02-12 08:45:10 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-02-12 14:02:07 +0100
commite992770e8d16e4be2a3da8aa2cef5cfc12e22372 (patch)
tree9c996099a24b1848439d43d636ca77a12ae0f509
parent9e951056175cf2d4ba2065c4bc9afe8ef16d44b8 (diff)
downloadcurl-e992770e8d16e4be2a3da8aa2cef5cfc12e22372.tar.gz
test433: clear some home dir env variables
Follow-up to bd6b54ba1f55b5 ... so that XDG_CONFIG_HOME is the only home dir variable set and thus used correctly in the test! Fixes #6599 Closes #6600
-rw-r--r--tests/data/test4332
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/test433 b/tests/data/test433
index e7cb4d225..9658ded0b 100644
--- a/tests/data/test433
+++ b/tests/data/test433
@@ -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