busybox/testsuite/du/du-h-works

5 lines
104 B
Plaintext

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