From 9796957aa6d9b9b02eb6ba1488f6c73050a65bc7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Thu, 23 Feb 2023 02:30:36 +0000 Subject: [PATCH] dmesg: (tests) prevent loading of custom colorscheme MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- tests/ts/dmesg/colors | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ts/dmesg/colors b/tests/ts/dmesg/colors index d762b98640..8028c48316 100755 --- a/tests/ts/dmesg/colors +++ b/tests/ts/dmesg/colors @@ -19,6 +19,7 @@ TS_DESC="colors" ts_init "$*" ts_check_test_command "$TS_HELPER_DMESG" +ts_inhibit_custom_colorscheme export TZ="GMT" export DMESG_TEST_BOOTIME="1234567890.123456" -- 2.47.3