mirror of
git://git.sv.gnu.org/findutils.git
synced 2026-01-30 21:28:58 +01:00
On most modern systems like GNU/Linux, read(2)-ing from a directory file descriptor will fail with EISDIR, but it succeeds e.g. on GNU/Hurd and AIX-7.1/AIX-7.2. tests/find/files0-from.sh: Skip the test case excercising a directory argument for the -files0-from option when the system allows reading from a directory.