summaryrefslogtreecommitdiffstats
path: root/tests/test_nohidden_depth.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-21/+0
|
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-131-8/+8
| | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes.
* tests: Add tests for syntactically invalid globsTavian Barnes2022-02-021-0/+2
|
* Treat -nohidden like -exclude -hiddenTavian Barnes2020-06-071-0/+19
Fixes #30.