From: Daniel Stenberg Date: Fri, 12 Feb 2021 07:45:10 +0000 (+0100) Subject: test433: clear some home dir env variables X-Git-Tag: curl-7_76_0~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e992770e8d16e4be2a3da8aa2cef5cfc12e22372;p=thirdparty%2Fcurl.git 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 --- diff --git a/tests/data/test433 b/tests/data/test433 index e7cb4d225d..9658ded0bf 100644 --- a/tests/data/test433 +++ b/tests/data/test433 @@ -30,6 +30,8 @@ http XDG_CONFIG_HOME=%PWD/log +HOME= +CURL_HOME= Verify XDG_CONFIG_HOME use to find .curlrc