diff options
author | Jim Meyering <jim@meyering.net> | 2003-03-28 12:55:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-03-28 12:55:04 +0000 |
commit | e93c93de4eef88775a3a0a64a68c26316913770f (patch) | |
tree | 1dbd2fd0fdd7a80889a5ed7ca4491ebf86e1679c /tests | |
parent | 5165cd0f65bab88220072b89540cbca69b0f1f50 (diff) | |
download | coreutils-e93c93de4eef88775a3a0a64a68c26316913770f.tar.xz |
generate 9000+ bytes, in case we ever go for 8KB of output
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/du/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/basic b/tests/du/basic index 874d92ebc..ab651f8fe 100755 --- a/tests/du/basic +++ b/tests/du/basic @@ -24,7 +24,7 @@ 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. -seq --format=%100g 1 50 | head --bytes=4k > d/1 +seq --format=%100g 1 90 | head --bytes=4k > d/1 cp d/1 d/sub/2 if test $framework_failure = 1; then |