From 65dbd2b69147e5b5e382c771aaaabd70e950d3e4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 22 Jul 2025 03:14:43 +0200 Subject: [PATCH] tests: remove instead of setting to blank (more) These were added after the `ENV=` == blank change, but meant as a removal (unset / not set) according to the commit messages 764e4f066d5719e68fa0d6b0b0d9efa0625c5c15 e992770e8d16e4be2a3da8aa2cef5cfc12e22372 --- tests/data/test433 | 4 ++-- tests/data/test436 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/data/test433 b/tests/data/test433 index f1c4056345..d063c43161 100644 --- a/tests/data/test433 +++ b/tests/data/test433 @@ -30,8 +30,8 @@ http XDG_CONFIG_HOME=%PWD/%LOGDIR -HOME= -CURL_HOME= +HOME +CURL_HOME Verify XDG_CONFIG_HOME use to find curlrc diff --git a/tests/data/test436 b/tests/data/test436 index 762ab3f91f..c377cfa49a 100644 --- a/tests/data/test436 +++ b/tests/data/test436 @@ -30,7 +30,7 @@ http CURL_HOME=%PWD/%LOGDIR -XDG_CONFIG_HOME= +XDG_CONFIG_HOME Find .curlrc in .config/curlrc via CURL_HOME