summaryrefslogtreecommitdiff
path: root/tests/du/basic
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/basic')
-rwxr-xr-xtests/du/basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/basic b/tests/du/basic
index ab651f8fe..e2ef5cd1c 100755
--- a/tests/du/basic
+++ b/tests/du/basic
@@ -19,11 +19,11 @@ framework_failure=0
mkdir -p $tmp || framework_failure=1
cd $tmp || framework_failure=1
mkdir -p a/b d d/sub || framework_failure=1
-printf 'make-sure-the-file-is-non-empty\n' > a/b/F || framework_failure=1
# Ensure that these files contain more than 64 bytes, so that we don't
# immediately disqualify file systems (e.g., NetApp) on which smaller
# files take up zero disk blocks.
+printf '%*s' 65 make-sure-the-file-is-non-empty > a/b/F || framework_failure=1
seq --format=%100g 1 90 | head --bytes=4k > d/1
cp d/1 d/sub/2