From 8b56ea9ff53dc44a21db79a42f6d54501f8f1624 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 9 Aug 2003 11:38:57 +0000 Subject: Ensure that a/b/F has at least 65 bytes too. --- tests/du/basic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/du/basic') 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 -- cgit v1.2.3-54-g00ecf