Sign in
coral
/
busybox
/
470bebe672fa179c89c0b04ee252ca564e8ee4d5
/
.
/
testsuite
/
du
/
du-s-works
blob: 534432cb0faee52096c99461d3eb49ed472f199a [
file
] [
log
] [
blame
]
# FEATURE: CONFIG_FEATURE_DU_DEFAULT_BLOCKSIZE_1K
d
=/
bin
du
-
s
"$d"
>
logfile
.
gnu
busybox du
-
s
"$d"
>
logfile
.
bb
cmp logfile
.
gnu logfile
.
bb
&&
exit
0
diff
-
u logfile
.
gnu logfile
.
bb
exit
1