LANG=C should help
[oweals/busybox.git] / testsuite / ls / ls-l-works
1 [ -n "$d" ] || d=..
2 LANG=C ls -l "$d" > logfile.gnu
3 busybox ls -l "$d" > logfile.bb
4 cmp logfile.gnu logfile.bb