summaryrefslogtreecommitdiffstats
path: root/tests/test_L_xtype_l.out
AgeCommit message (Collapse)Author
2022-03-13tests: Use plain sort, not bfs_sortTavian Barnes
bfs_sort existed to keep the test outputs nicely in breadth-first order. Unfortunately the implementation using awk didn't support NUL bytes.
2021-03-28test: Add more tests for -H/-L and -type lTavian Barnes
2018-11-14tests: Don't assume find continues after filesystem loopsTavian Barnes
POSIX says > When it detects an infinite loop, find shall write a diagnostic > message to standard error and shall either recover its position in the > hierarchy or terminate. So make the 'links' folder not have any loops, and add a new 'loops' folder for testing the GNU/bfs behaviour.
2017-09-07Revert "tests: Test hardlinks to symlinks"Tavian Barnes
Apparently macOS doesn't support ln -P. This reverts commit 80eec18020f531abbdb2abbb919ab6c6fa34107c.
2017-09-06tests: Test hardlinks to symlinksTavian Barnes
2017-09-02tests: Use human-readable filenames in links/Tavian Barnes
2017-07-09Handle ENOTDIR the same as ENOENTTavian Barnes
For a/b/c, ENOTDIR is returned instead of ENOENT if a or b are not directories. Handle this uniformly when detecting broken symlinks, readdir races, etc.
2017-02-09Give the test cases human-readable namesTavian Barnes