Initial public busybox upstream commit
[busybox4maemo] / testsuite / ls / ls-l-works
1 [ -n "$d" ] || d=..
2 LC_ALL=C ls -l "$d" > logfile.gnu
3 busybox ls -l "$d" > logfile.bb
4 diff -w logfile.gnu logfile.bb