]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
generate 9000+ bytes, in case we ever go for 8KB of output
authorJim Meyering <jim@meyering.net>
Fri, 28 Mar 2003 12:55:04 +0000 (12:55 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 28 Mar 2003 12:55:04 +0000 (12:55 +0000)
tests/du/basic

index 874d92ebc4053d5d83bf29151fb50821eb6e967a..ab651f8fe123696a38960377d7a11845997c7001 100755 (executable)
@@ -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