hush/testsuite/ls/ls-1-works
Denys Vlasenko 5508363fd0 ls: fix --color handling. Closes bug 435.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-07-02 14:25:51 +02:00

5 lines
128 B
Plaintext

[ -n "$d" ] || d=..
LC_ALL=C ls -1 "$d" > logfile.gnu
LC_ALL=C busybox ls -1 "$d" > logfile.bb
diff -ubw logfile.gnu logfile.bb