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 08:46:07 +0100
commitaa671096cf3c3cc6a2863099c37af9501b87168e (patch)
treefe4ab7080737cd182e277f5f393619770a29fb3a
parent88dd1a8a115b1f5ece26fd8941b4464973b7d913 (diff)
downloadcurl-bagder/test-433-fix.tar.gz
test433: clear some home dir env variablesbagder/test-433-fix
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
-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