summaryrefslogtreecommitdiffstats
path: root/tests/test_automount.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use skip_if for sudo testsTavian Barnes2022-05-121-1/+0
| | | | | | This lets us categorize the sudo tests properly, which fixes e.g. $ ./tests.sh --posix --sudo
* stat: Pass AT_NO_AUTOMOUNT if possibleTavian Barnes2022-05-121-0/+1
Previously bfs would trigger automounts even when it didn't descend into the mount directory, while GNU find does not.