summaryrefslogtreecommitdiff
path: root/tests/dircolors
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-08-26 15:15:34 +0000
committerJim Meyering <jim@meyering.net>1998-08-26 15:15:34 +0000
commitb6a0fe5ab0f75ee6791709a22a23db0cd84675b6 (patch)
treeab465ed6f906f590c4db1e0bf8d53ff04e43023d /tests/dircolors
parentda190d7c068f35c18a653be695e783d9e923bec2 (diff)
downloadcoreutils-b6a0fe5ab0f75ee6791709a22a23db0cd84675b6.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/dircolors')
-rwxr-xr-xtests/dircolors/simple6
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};