diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-19 07:12:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-19 07:12:09 +0000 |
commit | bc009f5b5fe48467c565c647810f5385fa697f28 (patch) | |
tree | 02c318e6ffff779602dd85b171657669fea45ed4 /tests/rm/hash | |
parent | 5c136d939e655316eca89c65a559af02e462a52f (diff) | |
download | coreutils-bc009f5b5fe48467c565c647810f5385fa697f28.tar.xz |
warn the user it will take a while
Diffstat (limited to 'tests/rm/hash')
-rwxr-xr-x | tests/rm/hash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rm/hash b/tests/rm/hash index e274c1f42..049d49e87 100755 --- a/tests/rm/hash +++ b/tests/rm/hash @@ -18,6 +18,7 @@ mkdir $tmp || framework_failure=1 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` 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 |