From 7a3af1eb393f8abc062213f0fd85ed3f8a18fad7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 25 Oct 2005 12:00:51 +0000 Subject: (other-wr): Add an explicit test for the dircolors bug (NULL-dereference) fixed yesterday. --- tests/dircolors/simple | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/dircolors') diff --git a/tests/dircolors/simple b/tests/dircolors/simple index 739c751b5..b8504d5ff 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}; -- cgit v1.2.3-54-g00ecf