summaryrefslogtreecommitdiffstats
path: root/tests/test_empty_special.out
Commit message (Collapse)AuthorAgeFilesLines
* eval: Irregular files aren't emptyTavian Barnes2020-02-141-0/+14
GNU find's -empty returns false for devices, sockets, etc., even though their st_size is 0. Match that behaviour.