From ceb5354ca64106d3ee222f78167929e70977ccef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Thu, 23 Feb 2023 02:37:55 +0000 Subject: [PATCH] tests: add function to inhibit loading of custom colorschemes MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- tests/functions.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/functions.sh b/tests/functions.sh index 25f988fc64..2f02af328a 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -1125,3 +1125,7 @@ function ts_skip_exitcode_not_supported { ts_skip "functionality not implemented by system" fi } + +function ts_inhibit_custom_colorscheme { + export XDG_CONFIG_HOME=/dev/null +} -- 2.47.2