From bfd08699982a2f2f49410a0c7db0548b327f8504 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Thu, 23 Feb 2023 02:28:23 +0000 Subject: [PATCH] cal: (tests) prevent 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/ts/cal/color | 1 + tests/ts/cal/colorw | 1 + tests/ts/cal/weekarg | 1 + 3 files changed, 3 insertions(+) diff --git a/tests/ts/cal/color b/tests/ts/cal/color index 3474ae385c..90840ea4d5 100755 --- a/tests/ts/cal/color +++ b/tests/ts/cal/color @@ -21,6 +21,7 @@ TS_DESC="color" ts_init "$*" ts_check_test_command "$TS_CMD_CAL" +ts_inhibit_custom_colorscheme has_ncurses=$( ts_has_ncurses_support ) if [ "$has_ncurses" != "yes" ]; then diff --git a/tests/ts/cal/colorw b/tests/ts/cal/colorw index e26c2e3eff..96e6e0a34a 100755 --- a/tests/ts/cal/colorw +++ b/tests/ts/cal/colorw @@ -21,6 +21,7 @@ TS_DESC="color with week numbers" ts_init "$*" ts_check_test_command "$TS_CMD_CAL" +ts_inhibit_custom_colorscheme has_ncurses=$( ts_has_ncurses_support ) if [ "$has_ncurses" != "yes" ]; then diff --git a/tests/ts/cal/weekarg b/tests/ts/cal/weekarg index 8e0bd6f4b9..477cbd5dfd 100755 --- a/tests/ts/cal/weekarg +++ b/tests/ts/cal/weekarg @@ -22,6 +22,7 @@ TS_DESC="week number given as argument" ts_init "$*" ts_check_test_command "$TS_CMD_CAL" +ts_inhibit_custom_colorscheme has_ncurses=$( ts_has_ncurses_support ) if [ "$has_ncurses" != "yes" ]; then -- 2.47.3