index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
find.test
Age
Commit message (
Expand
)
Author
2019-05-29
Teach find -printf about %.Ns patterns, tweak help text, add tests.
Rob Landley
2019-03-25
find: fix inverted -exec exit status
Vidar Holen
2019-03-11
I've hit a test failure twice where find -newer didn't because the timestamps
Rob Landley
2019-02-13
find: fix -path/-ipath and add -wholename/-iwholename synonyms.
Elliott Hughes
2016-04-25
Fix find bug reported by Tom Marshall, add test for it, and while we're at it
Rob Landley
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2016-02-05
Fix segfault when `find -iname` gets no argument.
Josh Gao
2016-01-31
Tweak to "find" tests.
Rob Landley
2015-12-06
Enable matching any perm bits.
Gilad Arnold
2015-11-19
Fix find -perm.
Elliott Hughes
2015-09-14
Add find tests.
Daniel K. Levy
2015-09-12
Fix a find segfault.
Rob Landley
2015-05-12
Set the executable bits on all the *.test files. (Wasn't consistent, is now.)
Rob Landley
2014-09-20
Move testsuite out of scripts/test into its own top level tests directory, an...
Rob Landley