From: Thomas Weißschuh Date: Thu, 23 Feb 2023 02:37:55 +0000 (+0000) Subject: tests: add function to inhibit loading of custom colorschemes X-Git-Tag: v2.39-rc1~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ceb5354ca64106d3ee222f78167929e70977ccef;p=thirdparty%2Futil-linux.git tests: add function to inhibit loading of custom colorschemes Signed-off-by: Thomas Weißschuh --- 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 +}