bc: partially rewrite parser, tests pass, ^C might be broken now
[oweals/busybox.git] / testsuite / du / du-works
1 # FEATURE: CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K
2
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