summaryrefslogtreecommitdiffstats
path: root/tests/test_printf_H.out
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split test cases into separate filesTavian Barnes2022-10-191-32/+0
|
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-131-15/+15
| | | | | bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes.
* test: Add more tests for -H/-L and -type lTavian Barnes2021-03-281-0/+1
|
* tests: Don't test symlink permissionsTavian Barnes2019-04-201-31/+31
| | | | They're different between platforms.
* tests: Add a test with -printf %H and multiple rootsTavian Barnes2019-04-201-0/+31
To make sure we're keeping track of different root paths correctly