1
0
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:
Jim Meyering
2005-10-25 12:00:51 +00:00
parent 91795f6fa2
commit 7a3af1eb39
+2
View File
@@ -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};