diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-26 15:15:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-26 15:15:34 +0000 |
commit | b6a0fe5ab0f75ee6791709a22a23db0cd84675b6 (patch) | |
tree | ab465ed6f906f590c4db1e0bf8d53ff04e43023d /tests | |
parent | da190d7c068f35c18a653be695e783d9e923bec2 (diff) | |
download | coreutils-b6a0fe5ab0f75ee6791709a22a23db0cd84675b6.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/dircolors/simple | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/dircolors/simple b/tests/dircolors/simple index 8215916b4..738913d3b 100755 --- a/tests/dircolors/simple +++ b/tests/dircolors/simple @@ -9,9 +9,9 @@ use strict; my @Tests = ( - # test-name options input expected-output - # - ['a', {IN => {k => "exec\n"}}, {ERR => "dircolors: k:1: invalid line; missing second token\n"}, {EXIT => 1}], + ['a', {IN => {k => "exec\n"}}, + {ERR => "dircolors: k:1: invalid line; missing second token\n"}, + {EXIT => 1}], ); my $save_temps = $ENV{DEBUG}; |