*** empty log message ***

This commit is contained in:
Jim Meyering
1997-10-19 03:20:04 +00:00
parent 22b1971cbc
commit 916300ba27

View File

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