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:
@@ -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"},
|
||||
|
||||
Reference in New Issue
Block a user