summaryrefslogtreecommitdiffstats
path: root/tests/gnu/L_loops_continue.out
Commit message (Collapse)AuthorAgeFilesLines
* Make ELOOP an error again, except for -xtype.3.3.1Tavian Barnes5 days1-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 Barnes12 days1-0/+1
| | | | | | | 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
* tests: Split test cases into separate filesTavian Barnes2022-10-191-0/+11