summaryrefslogtreecommitdiff
path: root/tests/ls/color-clear-to-eol
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ls/color-clear-to-eol')
-rwxr-xr-xtests/ls/color-clear-to-eol1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ls/color-clear-to-eol b/tests/ls/color-clear-to-eol
index fd65ced08..aa8cf4e77 100755
--- a/tests/ls/color-clear-to-eol
+++ b/tests/ls/color-clear-to-eol
@@ -32,7 +32,6 @@ c_pre="$e[0m$e[${color_code}m"
c_post="$e[0m$e[K\n$e[m"
printf "$c_pre$long_name$c_post\n" > exp || framework_failure
-fail=0
env TERM=xterm COLUMNS=80 LS_COLORS="*.foo=$color_code" TIME_STYLE=+T \
ls -og --color=always $long_name > out || fail=1