busybox/testsuite/ls/ls-h-works

5 lines
104 B
Plaintext

[ -n "$d" ] || d=..
ls -h "$d" > logfile.gnu
busybox ls -h "$d" > logfile.bb
cmp logfile.gnu logfile.bb