summaryrefslogtreecommitdiffstats
path: root/tests/test_files0_from_file.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-33/+0
|
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-131-10/+10
| | | | | 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/+3
|
* tests: Make the -files0-from tests weirderTavian Barnes2021-09-151-50/+30
|
* Implement -files0-from FILETavian Barnes2021-09-151-0/+50
See https://savannah.gnu.org/bugs/?60383 for the development of the corresponding GNU find feature.