]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 26 Aug 1998 15:15:34 +0000 (15:15 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 26 Aug 1998 15:15:34 +0000 (15:15 +0000)
tests/dircolors/simple

index 8215916b47800b9ebda9f7c014810eead25fffe5..738913d3bcb4a84f5e641b0c71320a93aa44e1b6 100755 (executable)
@@ -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};