aboutsummaryrefslogtreecommitdiff
path: root/tests/find.test
AgeCommit message (Expand)Author
2019-10-12Fix argless find segfault.Denys Nykula
2019-09-04find: support -printf \0 octal escapes and \c.Elliott Hughes
2019-08-30find: fix -name corner case.Elliott Hughes
2019-08-28Fix find(1) after c26870dab346.Elliott Hughes
2019-08-15find.test: allow any error message about symlink loops.Elliott Hughes
2019-08-12find.test: fix flakiness.Elliott Hughes
2019-08-09find: fix dangling symlink behavior.Elliott Hughes
2019-06-11find: add -true/-false.Elliott Hughes
2019-05-29Teach find -printf about %.Ns patterns, tweak help text, add tests.Rob Landley
2019-03-25find: fix inverted -exec exit statusVidar Holen
2019-03-11I've hit a test failure twice where find -newer didn't because the timestampsRob Landley
2019-02-13find: fix -path/-ipath and add -wholename/-iwholename synonyms.Elliott Hughes
2016-04-25Fix find bug reported by Tom Marshall, add test for it, and while we're at itRob Landley
2016-03-02Factor out command name at the start of test name, have runtest.sh print it.Rob Landley
2016-02-05Fix segfault when `find -iname` gets no argument.Josh Gao
2016-01-31Tweak to "find" tests.Rob Landley
2015-12-06Enable matching any perm bits.Gilad Arnold
2015-11-19Fix find -perm.Elliott Hughes
2015-09-14Add find tests.Daniel K. Levy
2015-09-12Fix a find segfault.Rob Landley
2015-05-12Set the executable bits on all the *.test files. (Wasn't consistent, is now.)Rob Landley
2014-09-20Move testsuite out of scripts/test into its own top level tests directory, an...Rob Landley