summaryrefslogtreecommitdiffstats
path: root/tests/test_deep_strict.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-16/+0
|
* tests: Make test_deep pass with other find implementationsTavian Barnes2017-09-041-8/+16
| | | | | And move test_deep_strict to the bfs-specific tests, since it's not likely to ever pass for other implementations.
* bftw: Fix ENAMETOOLONG handling when the root is closedTavian Barnes2017-07-081-0/+8
The root has depth == 0, but we still need to include it in the components array.