mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 08:29:54 +00:00
testsuite/du/du-k-works: fix false positive
Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
6be6f3bfec
commit
03b614739b
@ -2,6 +2,10 @@ mkdir du.testdir
|
||||
cd du.testdir
|
||||
dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null
|
||||
dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null
|
||||
# ext4 on images <512M gives 81kb
|
||||
# ext3 on images <512M gives 83kb
|
||||
test x"`busybox du -k .`" = x"80 ." \
|
||||
-o x"`busybox du -k .`" = x"81 ." \
|
||||
-o x"`busybox du -k .`" = x"83 ." \
|
||||
-o x"`busybox du -k .`" = x"84 ." \
|
||||
-o x"`busybox du -k .`" = x"88 ."
|
||||
|
Loading…
x
Reference in New Issue
Block a user