diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/dircolors/simple | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dircolors/simple b/tests/dircolors/simple index 71ccfd174..2e5f1101b 100755 --- a/tests/dircolors/simple +++ b/tests/dircolors/simple @@ -38,7 +38,7 @@ use strict; my @Tests = ( - ['a', {IN => {k => "exec\n"}}, + ['a', '-b', {IN => {k => "exec\n"}}, {ERR => "dircolors: k:1: invalid line; missing second token\n"}, {EXIT => 1}], ['quote', '-b', {IN => "exec 'echo Hello;:'\n"}, |