ls: fix --color handling. Closes bug 435.
[oweals/busybox.git] / testsuite / ls / ls-l-works
index efc2b196e173bf2a0ff290a15a5b5e1b524409d6..1bad34bcf50c9d374d420f1c0ad7d080c3158e02 100644 (file)
@@ -1,4 +1,4 @@
 [ -n "$d" ] || d=..
 LC_ALL=C ls -l "$d" > logfile.gnu
-busybox ls -l "$d" > logfile.bb
-diff -w logfile.gnu logfile.bb
+LC_ALL=C busybox ls -l "$d" > logfile.bb
+diff -ubw logfile.gnu logfile.bb