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