diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-19 02:38:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-19 02:38:31 +0000 |
commit | 53e807719a85db054b9a457f9001f620caf53ec1 (patch) | |
tree | e3a1f3dede7dc15c2bcbe29572ac11ef036223cb /tests | |
parent | b51e8b8ec445f57676fb1bc8774bd8c58bc361b3 (diff) | |
download | coreutils-53e807719a85db054b9a457f9001f620caf53ec1.tar.xz |
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/rm/deep-1 | 1 | ||||
-rwxr-xr-x | tests/rm/r-3 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/rm/deep-1 b/tests/rm/deep-1 index 57cfb9615..7d9c96582 100755 --- a/tests/rm/deep-1 +++ b/tests/rm/deep-1 @@ -36,6 +36,7 @@ k_deep=$k200$k200 # Create a directory in $tmp with lots of `k' components. deep=$tmp$k_deep +echo 'creating a hierarchy 400 deep in $tmp...' $MKDIR -p $deep || fail=1 find $tmp > k diff --git a/tests/rm/r-3 b/tests/rm/r-3 index 358c1a287..319ad4463 100755 --- a/tests/rm/r-3 +++ b/tests/rm/r-3 @@ -20,7 +20,7 @@ mkdir $tmp || framework_fail=1 a=1 n=300 i=$a -echo 'creating $n files... in $tmp' +echo 'creating $n files in $tmp...' while :; do touch $tmp/$i || framework_fail=1 test `expr $i = $n` = 1 && break |