Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at>
[oweals/busybox.git] / 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