aboutsummaryrefslogtreecommitdiff
path: root/tests/find.test
AgeCommit message (Expand)Author
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