From: Jon_Witort@geoworks.com (Jon Witort)
Subject: find.exe truncating search on <foo>/<foo>
20 Jun 1997 17:32:12 -0700
Sender: mail@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199706210003.RAA23278.cygnus.gnu-win32@nasturtium.geoworks.com>
Reply-To: Jon_Witort@geoworks.com
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

I'm having some trouble with find.exe v4.1 that doesn't seem to have been
mentioned in either the FAQ or the archive for this group. The problem is
that find.exe is truncating its search whenever it finds a directory with
the same name as its parent, like so:

1> mkdir test\foo\foo
2> cd test
3> touch foo\foo\xyz
4> find
