Otherwise, on systems (DJGPP) that emulate pipes using files,
this test would never complete, waiting for `yes' to terminate.
# 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.
-yes | head --bytes=4k > d/1
-yes | head --bytes=4k > d/sub/2
+seq --format=%100g 1 50 | head --bytes=4k > d/1
+cp d/1 d/sub/2
if test $framework_failure = 1; then
echo "$0: failure in testing framework" 1>&2