rather than a pipeline that would sometimes evoke a diagnostic
like "seq: write error: Broken pipe".
2006-11-23 Jim Meyering <jim@meyering.net>
+ * tests/du/deref-args: Use "printf %65536s x" to create a 64KB file,
+ rather than a pipeline that would sometimes evoke a diagnostic
+ like "seq: write error: Broken pipe".
+
* tests/help-version: Suppress dd transfer rate output.
* configure.ac (AC_INIT): Bump to 6.7-pre, not 6.6-pre.
cd $tmp || framework_failure=1
mkdir -p dir/a
ln -s dir slink
-seq --format=%100g 900 | head --bytes=64k > 64k
+printf %65536s x > 64k
ln -s 64k slink-to-64k
if test $framework_failure = 1; then