Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / busybox / testsuite / du / du-works
blobe320f1dd088113dabce5fff615b594523dddcb34
1 # FEATURE: CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K
3 d=/bin
4 du "$d" > logfile.gnu
5 busybox du "$d" > logfile.bb
6 cmp logfile.gnu logfile.bb && exit 0
7 diff -u logfile.gnu logfile.bb
8 exit 1