summaryrefslogtreecommitdiffstats
path: root/tests/test_gid_minus_plus.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-19/+0
|
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-131-6/+6
| | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes.
* parse: Allow things like -uid ++10Tavian Barnes2019-04-211-0/+19
GNU find does too.