(deep): Remove `find > k' debugging remnant.

This commit is contained in:
Jim Meyering 1997-12-15 11:35:22 +00:00
parent ce939d6f44
commit 1ca40285b2

View File

@ -40,8 +40,6 @@ 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