Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Make test_deep pass with other find implementations | Tavian Barnes | 2017-09-04 | 1 | -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 closed | Tavian Barnes | 2017-07-08 | 1 | -0/+8 |
The root has depth == 0, but we still need to include it in the components array. |