diff options
-rwxr-xr-x | tests/dircolors/simple | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dircolors/simple b/tests/dircolors/simple index b8504d5ff..bb6277b1f 100755 --- a/tests/dircolors/simple +++ b/tests/dircolors/simple @@ -23,10 +23,10 @@ my @Tests = ['a', {IN => {k => "exec\n"}}, {ERR => "dircolors: k:1: invalid line; missing second token\n"}, {EXIT => 1}], - ['quote', {IN => "exec 'echo Hello;:'\n"}, + ['quote', '-b', {IN => "exec 'echo Hello;:'\n"}, {OUT => "LS_COLORS='ex='\\''echo Hello;\\:'\\'':';\n" . "export LS_COLORS\n"}], - ['other-wr', {IN => "owt 40;33\n"}, + ['other-wr', '-b', {IN => "owt 40;33\n"}, {OUT => "LS_COLORS='tw=40;33:';\nexport LS_COLORS\n"}], ); |