summaryrefslogtreecommitdiffstats
path: root/tests/test_L_mount.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-5/+0
|
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-131-1/+1
| | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes.
* parse: Don't treat -mount differently from -xdev yetTavian Barnes2019-09-111-0/+3
| | | | | | | | The new POSIX version with -mount isn't out yet, so there's no point in conforming to a non-existent document while breaking compatibility with GNU find, which hasn't changed yet either. But a warning is added for the future incompatibility. This patch can be reverted to re-enable the feature.
* tests: Add -mount/-xdev tests with -LTavian Barnes2019-09-111-0/+2