add warning comment

This commit is contained in:
Jim Meyering 2006-03-03 07:49:39 +00:00
parent 158c715afd
commit 450dee8d8d

View File

@ -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};