1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

reorder so as not to use `head -c N'

This commit is contained in:
Jim Meyering
2000-05-20 08:11:51 +00:00
parent a5c0da5365
commit 396069fce5

View File

@@ -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