erase_mtab: do not limit ourself to 40 mtab entries
[oweals/busybox.git] / testsuite / ls / ls-s-works
1 [ -n "$d" ] || d=..
2 LC_ALL=C ls -1s "$d" > logfile.gnu
3 busybox ls -1s "$d" > logfile.bb
4 cmp logfile.gnu logfile.bb