summaryrefslogtreecommitdiff
path: root/release/src/router/busybox/testsuite/ls/ls-h-works
blob: 0c83f7cc5fe5fab8a83ed03d22a9533b25b6d400 (plain)
1
2
3
4
[ -n "$d" ] || d=..
LC_ALL=C ls -h "$d" > logfile.gnu
LC_ALL=C busybox ls -h "$d" > logfile.bb
diff -ubw logfile.gnu logfile.bb