From 626051cd8bed0383ecc5b085468c4cfeed67776d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 9 Aug 2025 20:28:15 +0200 Subject: [PATCH] test436: fix running on Windows with `_curlrc` present in the user home directory. Before this patch, the curl tool found the system curlrc first, ignoring the custom one set by the test via `CURL_HOME`. Closes #18242 --- tests/data/test436 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/data/test436 b/tests/data/test436 index c377cfa49a..dfd39f2b39 100644 --- a/tests/data/test436 +++ b/tests/data/test436 @@ -30,6 +30,7 @@ http CURL_HOME=%PWD/%LOGDIR +USERPROFILE XDG_CONFIG_HOME -- 2.47.2