msh: aliased to hush
[oweals/busybox.git] / testsuite / ls / ls-h-works
1 [ -n "$d" ] || d=..
2 LC_ALL=C ls -h "$d" > logfile.gnu
3 LC_ALL=C busybox ls -h "$d" > logfile.bb
4 diff -ubw logfile.gnu logfile.bb