Tomato 1.26 beta(1766)
[tomato.git] / release / src / router / busybox / testsuite / ls / ls-h-works
blob0c83f7cc5fe5fab8a83ed03d22a9533b25b6d400
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