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