summaryrefslogtreecommitdiffstats
path: root/tests/test_hidden_root.out
Commit message (Collapse)AuthorAgeFilesLines
* eval: Make -hidden behave consistentlyTavian Barnes2020-11-281-0/+5
Previously there was an unexpected difference between $ bfs .hidden -hidden and $ bfs ./.hidden -hidden ./.hidden The intent of the code was to avoid considering `.`, the default starting point, as hidden and thus pruning a whole search with -nohidden. Fix it to do that explicitly, and handle `..` too.