mirror of https://github.com/mirror/busybox.git
fix for spurious testsuite failure
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_21_stable
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