mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-05 00:07:51 +02:00
(other-wr): Add an explicit test for
the dircolors bug (NULL-dereference) fixed yesterday.
This commit is contained in:
@@ -26,6 +26,8 @@ my @Tests =
|
||||
['quote', {IN => "exec 'echo Hello;:'\n"},
|
||||
{OUT => "LS_COLORS='ex='\\''echo Hello;\\:'\\'':';\n"
|
||||
. "export LS_COLORS\n"}],
|
||||
['other-wr', {IN => "owt 40;33\n"},
|
||||
{OUT => "LS_COLORS='tw=40;33:';\nexport LS_COLORS\n"}],
|
||||
);
|
||||
|
||||
my $save_temps = $ENV{DEBUG};
|
||||
|
||||
Reference in New Issue
Block a user