diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-27 13:39:42 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-27 14:04:39 -0400 |
commit | 470589cbd9ca3e73d8c01ac3a96cbc065179dcc5 (patch) | |
tree | 71a86e212ce58e3dc9fb5e6c1f25d895ec488983 /tests/gnu/L_loops_continue.out | |
parent | f095481862ccd175d297da67d0e313d135bd75c3 (diff) | |
download | bfs-470589cbd9ca3e73d8c01ac3a96cbc065179dcc5.tar.xz |
bfstd: Treat ELOOP like ENOENT
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
Diffstat (limited to 'tests/gnu/L_loops_continue.out')
-rw-r--r-- | tests/gnu/L_loops_continue.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gnu/L_loops_continue.out b/tests/gnu/L_loops_continue.out index a514555..faf33d3 100644 --- a/tests/gnu/L_loops_continue.out +++ b/tests/gnu/L_loops_continue.out @@ -4,6 +4,7 @@ loops/deeply loops/deeply/nested loops/deeply/nested/dir loops/file +loops/loop loops/notdir loops/skip loops/skip/dir |