Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Use skip_if for sudo tests | Tavian Barnes | 2022-05-12 | 1 | -1/+0 |
| | | | | | | This lets us categorize the sudo tests properly, which fixes e.g. $ ./tests.sh --posix --sudo | ||||
* | stat: Pass AT_NO_AUTOMOUNT if possible | Tavian Barnes | 2022-05-12 | 1 | -0/+1 |
Previously bfs would trigger automounts even when it didn't descend into the mount directory, while GNU find does not. |