summaryrefslogtreecommitdiff
path: root/tests/dircolors
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-03-03 07:49:39 +0000
committerJim Meyering <jim@meyering.net>2006-03-03 07:49:39 +0000
commit450dee8d8d39bdc09e0cc7087f140d7e58ac680c (patch)
tree4c03ac3ab2a2c5065e465aa9ee38871001d1a5d8 /tests/dircolors
parent158c715afd3958b6610f7e745e76790941c9a4b8 (diff)
downloadcoreutils-450dee8d8d39bdc09e0cc7087f140d7e58ac680c.tar.xz
add warning comment
Diffstat (limited to 'tests/dircolors')
-rwxr-xr-xtests/dircolors/simple3
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};