From e992770e8d16e4be2a3da8aa2cef5cfc12e22372 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 12 Feb 2021 08:45:10 +0100 Subject: [PATCH] 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 --- tests/data/test433 | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3