1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

tests: dircolors: add another test case for TERM

* tests/misc/dircolors.pl (@Tests): Add a test case.
This commit is contained in:
Collin Funk
2026-06-08 21:13:03 -07:00
parent dd777fe89f
commit 65ce1bd641
+2
View File
@@ -41,6 +41,8 @@ my @Tests =
{OUT => "LS_COLORS='';\nexport LS_COLORS\n"}],
['term-4', '-b', {IN => "TERM N*match\nowt 40;33\n"},
{OUT => "LS_COLORS='';\nexport LS_COLORS\n"}],
['term-5', '-b', {IN => "TERM []\nowt 40;33\n"},
{OUT => "LS_COLORS='';\nexport LS_COLORS\n"}],
['colorterm-1', '-b', {ENV => 'COLORTERM=any'},
{IN => "COLORTERM ?*\nowt 40;33\n"},