From: Jim Meyering Date: Tue, 25 Oct 2005 12:00:51 +0000 (+0000) Subject: (other-wr): Add an explicit test for X-Git-Tag: v6.0~1462 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a3af1eb393f8abc062213f0fd85ed3f8a18fad7;p=thirdparty%2Fcoreutils.git (other-wr): Add an explicit test for the dircolors bug (NULL-dereference) fixed yesterday. --- diff --git a/tests/dircolors/simple b/tests/dircolors/simple index 739c751b59..b8504d5ffb 100755 --- a/tests/dircolors/simple +++ b/tests/dircolors/simple @@ -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};