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-eol2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/color-clear-to-eol b/tests/ls/color-clear-to-eol
index 164b163c7..25dfe37bb 100755
--- a/tests/ls/color-clear-to-eol
+++ b/tests/ls/color-clear-to-eol
@@ -36,6 +36,6 @@ echo >> out || fail=1
sed 's/.*T //' out > k && mv k out
-compare out exp || fail=1
+compare exp out || fail=1
Exit $fail