diff options
-rwxr-xr-x | tests/dircolors/simple | 2 |
1 files changed, 2 insertions, 0 deletions
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}; |