fix for spurious testsuite failure
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
f1f8fcaad5
commit
a5ee090e86
@ -3,4 +3,5 @@ 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
|
||||
test x"`busybox du -k .`" = x"80 ." \
|
||||
-o x"`busybox du -k .`" = x"84 ." \
|
||||
-o x"`busybox du -k .`" = x"88 ."
|
||||
|
Loading…
Reference in New Issue
Block a user