aboutsummaryrefslogtreecommitdiff
path: root/testsuite/du/du-l-works
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-12-20 02:55:16 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-12-20 02:55:16 +0100
commite85e260e4720cd8f652c19b4df3e6901c02b9169 (patch)
tree4e315b3a483b3e36ae1f4e7a5189f17e616e88c0 /testsuite/du/du-l-works
parentc9d87bed8ed6aa6b3fcad255d93dbfd2561eac1d (diff)
downloadbusybox-e85e260e4720cd8f652c19b4df3e6901c02b9169.tar.gz
testsuite: fix false positives for du
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/du/du-l-works')
-rw-r--r--testsuite/du/du-l-works1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/du/du-l-works b/testsuite/du/du-l-works
index 426ee891b..af87345db 100644
--- a/testsuite/du/du-l-works
+++ b/testsuite/du/du-l-works
@@ -6,6 +6,7 @@ dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null
ln file1 file1.1
dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null
test x"`busybox du -l .`" = x"144 ." \
+ -o x"`busybox du -l .`" = x"146 ." \
-o x"`busybox du -l .`" = x"148 ." \
-o x"`busybox du -l .`" = x"152 ." \
-o x"`busybox du -l .`" = x"156 ."