ls: fix --color handling. Closes bug 435.
[oweals/busybox.git] / testsuite / ls / ls-l-works
1 [ -n "$d" ] || d=..
2 LC_ALL=C ls -l "$d" > logfile.gnu
3 LC_ALL=C busybox ls -l "$d" > logfile.bb
4 diff -ubw logfile.gnu logfile.bb