summaryrefslogtreecommitdiff
path: root/tests/dircolors/simple
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dircolors/simple')
-rwxr-xr-xtests/dircolors/simple2
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};