summaryrefslogtreecommitdiffstats
path: root/tests/test_colors.out
Commit message (Collapse)AuthorAgeFilesLines
* color: Fix more incompatibilities with GNU lsTavian Barnes2019-01-021-12/+0
|
* color: Don't print the leading directory color if there's no leading directoryTavian Barnes2018-12-171-1/+1
|
* tests: Don't assume find continues after filesystem loopsTavian Barnes2018-11-141-2/+2
| | | | | | | | | | | 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.
* Revert "tests: Test hardlinks to symlinks"Tavian Barnes2017-09-071-2/+0
| | | | | | Apparently macOS doesn't support ln -P. This reverts commit 80eec18020f531abbdb2abbb919ab6c6fa34107c.
* tests: Test hardlinks to symlinksTavian Barnes2017-09-061-0/+2
|
* tests: Use human-readable filenames in links/Tavian Barnes2017-09-021-10/+11
|
* Handle ENOTDIR the same as ENOENTTavian Barnes2017-07-091-0/+1
| | | | | | 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.
* Add a test for colored outputTavian Barnes2017-03-111-0/+10