]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test433: clear some home dir env variables
authorDaniel Stenberg <daniel@haxx.se>
Fri, 12 Feb 2021 07:45:10 +0000 (08:45 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 12 Feb 2021 13:02:07 +0000 (14:02 +0100)
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

tests/data/test433

index e7cb4d225d206fc7cfb921e6927305e0df8e459a..9658ded0bf0f94624c6537a95b1305cf33539265 100644 (file)
@@ -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