| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
bfs_sort existed to keep the test outputs nicely in breadth-first order.
Unfortunately the implementation using awk didn't support NUL bytes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
POSIX says
> When it detects an infinite loop, find shall write a diagnostic
> message to standard error and shall either recover its position in the
> hierarchy or terminate.
So make the 'links' folder not have any loops, and add a new 'loops'
folder for testing the GNU/bfs behaviour.
|
|
|
|
|
|
| |
Apparently macOS doesn't support ln -P.
This reverts commit 80eec18020f531abbdb2abbb919ab6c6fa34107c.
|
| |
|
| |
|
|
|
|
|
|
| |
For a/b/c, ENOTDIR is returned instead of ENOENT if a or b are not
directories. Handle this uniformly when detecting broken symlinks,
readdir races, etc.
|
|
|