From: Jim Meyering Date: Fri, 3 Mar 2006 07:49:39 +0000 (+0000) Subject: add warning comment X-Git-Tag: v6.0~654 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=450dee8d8d39bdc09e0cc7087f140d7e58ac680c;p=thirdparty%2Fcoreutils.git add warning comment --- diff --git a/tests/dircolors/simple b/tests/dircolors/simple index bb6277b1f9..563857ce3e 100755 --- a/tests/dircolors/simple +++ b/tests/dircolors/simple @@ -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};