summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-16 08:55:56 +0000
committerJim Meyering <jim@meyering.net>2002-02-16 08:55:56 +0000
commite2ae699ef56d1fdf525ee65761341b704c049b5e (patch)
tree4b8bfe9d5d68f34bc35f06ae10eb1b7a5ecce137 /tests
parentb2b2d44f206bf766c256741f3d693181b43b6638 (diff)
downloadcoreutils-e2ae699ef56d1fdf525ee65761341b704c049b5e.tar.xz
Use `head -n 150', not `head -150'.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/rm/hash2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/hash b/tests/rm/hash
index 3fc45fe38..25d92f5a0 100755
--- a/tests/rm/hash
+++ b/tests/rm/hash
@@ -21,7 +21,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 |head -150 |tr '\012' /`
+y=`yes |head -n 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