]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(other-wr): Add an explicit test for
authorJim Meyering <jim@meyering.net>
Tue, 25 Oct 2005 12:00:51 +0000 (12:00 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 25 Oct 2005 12:00:51 +0000 (12:00 +0000)
the dircolors bug (NULL-dereference) fixed yesterday.

tests/dircolors/simple

index 739c751b5981a727330d4cc831b231a425419f52..b8504d5ffb7ba0f645cd878185780f748c6c32e9 100755 (executable)
@@ -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};