mirror of
https://git.busybox.net/busybox
synced 2025-05-10 12:43:48 +02:00
8 lines
184 B
Text
8 lines
184 B
Text
# FEATURE: CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K
|
|
|
|
d=/bin
|
|
du "$d" > logfile.gnu
|
|
busybox du "$d" > logfile.bb
|
|
cmp logfile.gnu logfile.bb && exit 0
|
|
diff -u logfile.gnu logfile.bb
|
|
exit 1
|