From: Collin Funk Date: Tue, 9 Jun 2026 04:13:03 +0000 (-0700) Subject: tests: dircolors: add another test case for TERM X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ce1bd6414fb5bc454050d2009a398731fe863b;p=thirdparty%2Fcoreutils.git tests: dircolors: add another test case for TERM * tests/misc/dircolors.pl (@Tests): Add a test case. --- diff --git a/tests/misc/dircolors.pl b/tests/misc/dircolors.pl index faa8402b31..404fbb0756 100755 --- a/tests/misc/dircolors.pl +++ b/tests/misc/dircolors.pl @@ -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"},