summaryrefslogtreecommitdiff
path: root/tests/dircolors
diff options
context:
space:
mode:
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};