]> git.ipfire.org Git - thirdparty/curl.git/commit
test436: fix running on Windows with `_curlrc` present master
authorViktor Szakats <commit@vsz.me>
Sat, 9 Aug 2025 18:28:15 +0000 (20:28 +0200)
committerViktor Szakats <commit@vsz.me>
Sat, 9 Aug 2025 22:33:45 +0000 (00:33 +0200)
commit626051cd8bed0383ecc5b085468c4cfeed67776d
tree5109b0adb747a9cd58c16b3587157b966bdda2f6
parent7fd7d561c455fb4c807e05aaffaaf4488510eb13
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