]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add warning comment
authorJim Meyering <jim@meyering.net>
Fri, 3 Mar 2006 07:49:39 +0000 (07:49 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 3 Mar 2006 07:49:39 +0000 (07:49 +0000)
tests/dircolors/simple

index bb6277b1f949337cc835c701aa125e9685157bd1..563857ce3e2a53fb6e53a3d015ab4543c5ae37ec 100755 (executable)
@@ -28,6 +28,9 @@ my @Tests =
       . "export LS_COLORS\n"}],
      ['other-wr', '-b', {IN => "owt 40;33\n"},
       {OUT => "LS_COLORS='tw=40;33:';\nexport LS_COLORS\n"}],
+
+     # CAREFUL: always specify the -b option, unless explicitly testing
+     # for csh syntax output.
     );
 
 my $save_temps = $ENV{DEBUG};