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