blob: 213e9ba991f9d7138649494446e1914104d65f05 [file] [log] [blame]
Dan Fandrich775965d2010-08-10 23:33:57 -07001mkdir du.testdir
2cd du.testdir
Denys Vlasenkoe82cf332010-05-12 15:59:32 +02003dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null
4dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null
maxwen27116ba2015-08-14 21:41:28 +02005# ext4 on images <512M gives 81kb
6# ext3 on images <512M gives 83kb
7# a bsd system reportedly gives 82kb
Denys Vlasenkoe82cf332010-05-12 15:59:32 +02008test x"`busybox du -k .`" = x"80 ." \
maxwen27116ba2015-08-14 21:41:28 +02009 -o x"`busybox du -k .`" = x"81 ." \
10 -o x"`busybox du -k .`" = x"82 ." \
11 -o x"`busybox du -k .`" = x"83 ." \
Tanguy Pruvot823694d2012-11-18 13:20:29 +010012 -o x"`busybox du -k .`" = x"84 ." \
Dan Fandrich775965d2010-08-10 23:33:57 -070013 -o x"`busybox du -k .`" = x"88 ."