summaryrefslogtreecommitdiffstats
path: root/tests/gnu/ignore_readdir_race_loop.out
Commit message (Collapse)AuthorAgeFilesLines
* Make ELOOP an error again, except for -xtype.3.3.1Tavian Barnes2024-06-031-1/+0
| | | | | | | | | | POSIX requires an error if (for example) -L encounters a symlink loop. The GNU find change was restricted to -xtype, so add a manual ELOOP test to eval_xtype() for compatibility. This reverts commit 470589cbd9ca3e73d8c01ac3a96cbc065179dcc5. Link: https://savannah.gnu.org/bugs/?19605
* bfstd: Treat ELOOP like ENOENTTavian Barnes2024-05-271-0/+12
GNU findutils just made the same change, so looping symlinks will be considered broken rather than a hard error. Link: https://savannah.gnu.org/bugs/?51926