diff options
author | Jim Meyering <jim@meyering.net> | 2006-03-03 07:49:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-03-03 07:49:39 +0000 |
commit | 450dee8d8d39bdc09e0cc7087f140d7e58ac680c (patch) | |
tree | 4c03ac3ab2a2c5065e465aa9ee38871001d1a5d8 | |
parent | 158c715afd3958b6610f7e745e76790941c9a4b8 (diff) | |
download | coreutils-450dee8d8d39bdc09e0cc7087f140d7e58ac680c.tar.xz |
add warning comment
-rwxr-xr-x | tests/dircolors/simple | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dircolors/simple b/tests/dircolors/simple index bb6277b1f..563857ce3 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}; |