summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/envvar-check1
-rwxr-xr-xtests/ls/color-dtype-dir11
2 files changed, 5 insertions, 7 deletions
diff --git a/tests/envvar-check b/tests/envvar-check
index 357a6176a..51c522214 100644
--- a/tests/envvar-check
+++ b/tests/envvar-check
@@ -33,6 +33,7 @@ vars='
DF_BLOCK_SIZE
DU_BLOCK_SIZE
LS_BLOCK_SIZE
+ LS_COLORS
POSIXLY_CORRECT
SIMPLE_BACKUP_SUFFIX
TIME_STYLE
diff --git a/tests/ls/color-dtype-dir b/tests/ls/color-dtype-dir
index 2cd691170..a7169f7c1 100755
--- a/tests/ls/color-dtype-dir
+++ b/tests/ls/color-dtype-dir
@@ -48,19 +48,16 @@ fi
fail=0
-# Ensure that LS_COLORS is set to known values.
-eval "`dircolors -b`"
-
ls --color=always > out || fail=1
cat -A out > o1 || fail=1
echo >> o1 || fail=1
mv o1 out || fail=1
cat <<\EOF > exp || fail=1
-^[[00m^[[01;34md^[[00m$
-^[[34;42mother-writable^[[00m$
-^[[00mout^[[00m$
-^[[37;44msticky^[[00m$
+^[[0m^[[01;34md^[[0m$
+^[[34;42mother-writable^[[0m$
+^[[0mout^[[0m$
+^[[37;44msticky^[[0m$
^[[m
EOF