mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
*** empty log message ***
This commit is contained in:
@@ -36,15 +36,18 @@ 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..."
|
||||
echo "creating a hierarchy 400 deep in $tmp..." |tr -d '\012'
|
||||
$MKDIR -p $deep || fail=1
|
||||
echo done
|
||||
|
||||
find $tmp > k
|
||||
|
||||
# Make sure the deep dir was created.
|
||||
test -d $deep || fail=1
|
||||
|
||||
echo "deleting $tmp..." |tr -d '\012'
|
||||
$RM -r $tmp || fail=1
|
||||
echo done
|
||||
|
||||
# Make sure all of $tmp was deleted.
|
||||
test -d $tmp && fail=1
|
||||
|
||||
Reference in New Issue
Block a user