From: Jim Meyering Date: Sat, 20 May 2000 08:11:51 +0000 (+0000) Subject: reorder so as not to use `head -c N' X-Git-Tag: FILEUTILS-4_0s~24 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=396069fce5d92da041cde4da12527192786fe798;p=thirdparty%2Fcoreutils.git reorder so as not to use `head -c N' --- diff --git a/tests/rm/hash b/tests/rm/hash index 049d49e873..d57cf4d4b3 100755 --- a/tests/rm/hash +++ b/tests/rm/hash @@ -19,7 +19,7 @@ cd $tmp # Create a hierarchy with 3*26 leaf directories, each at depth 153. echo "$0: creating 78 trees, each of depth 153; this will take a while..." >&2 -y=`yes |tr '\012' / |head -c 300` +y=`yes |head -150 |tr '\012' /` for i in 1 2 3; do for j in a b c d e f g h i j k l m n o p q r s t u v w x y z; do mkdir -p t/$i/$j/$y || framework_failure=1