summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2022-03-15tests: Use bfs_diff in more casesTavian Barnes
2022-03-14tests: Shell style fixesTavian Barnes
2022-03-13tests: Use -print0 instead of -printf '%p ' for exec flush testsTavian Barnes
2022-03-13tests: Use plain sort, not bfs_sortTavian Barnes
2022-03-12Don't shadow standard headersTavian Barnes
2022-02-24regex: Use the encoding from the current localeTavian Barnes
2022-02-11exec: Flush I/O streams before executing anythingTavian Barnes
2022-02-10tests: Add a test that -exit suppresses the implicit -printTavian Barnes
2022-02-04regex: Add support for emacs and grep typesTavian Barnes
2022-02-02tests: Add tests for syntactically invalid globsTavian Barnes
2022-02-01tests: New tests for -i?wholenameTavian Barnes
2022-02-01tests: New test for ** in a globTavian Barnes
2022-02-01tests: New test for -prune on a non-directoryTavian Barnes
2022-01-30parse: Add support for ed and sed regexesTavian Barnes
2022-01-29Revert "tests: Add a test for posix-basic alternation"Tavian Barnes
2022-01-29tests: Add a test for posix-basic alternationTavian Barnes
2022-01-18tests: Add missing license headersTavian Barnes
2022-01-18tests/trie: Fix "handling" typoTavian Barnes
2021-10-09printf: Colorize file names/paths in simple casesTavian Barnes
2021-09-26Don't truncate files until we know they're not duplicatesTavian Barnes
2021-09-21ctx: Also deduplicate the standard streamsTavian Barnes
2021-09-15tests: Make the -files0-from tests weirderTavian Barnes
2021-09-15Implement -files0-from FILETavian Barnes
2021-08-05Use /usr/bin/env bash as the shebang in scriptsTavian Barnes
2021-06-02Implement time units for -{a,B,c,m}timeTavian Barnes
2021-04-18tests: Add a test for deleting large directoriesTavian Barnes
2021-03-28test: Add more tests for -H/-L and -type lTavian Barnes
2021-03-06Implement -flags, from FreeBSD findTavian Barnes
2020-11-28eval: Make -hidden behave consistentlyTavian Barnes
2020-11-12Include what I useTavian Barnes
2020-11-10tests: Improve test coverage a bitTavian Barnes
2020-11-09tests: Add missing expectations from dd3bbb9Tavian Barnes
2020-09-20tests: Add missing ground truthTavian Barnes
2020-08-13Implement -xattrnameTavian Barnes
2020-06-09tests/trie: New acceptance test for triesTavian Barnes
2020-06-09tests/xtimegm: Don't test the year 1900Tavian Barnes
2020-06-09tests: New acceptance test for xtimegm()Tavian Barnes
2020-06-07Treat -nohidden like -exclude -hiddenTavian Barnes
2020-06-07Implement -exclude, a special form for convenient exclusionsTavian Barnes
2020-05-22opt: Track data flow information about predicatesTavian Barnes
2020-03-21Implement -s flag from FreeBSD find to sort resultsTavian Barnes
2020-02-14eval: Irregular files aren't emptyTavian Barnes
2020-02-13parse: Handle 1969-12-31T23:59:59ZTavian Barnes
2020-02-12Implement -{a,B,c,m,}sinceTavian Barnes
2020-02-11Implement explicit reference times (-newerXt)Tavian Barnes
2019-09-11parse: Don't treat -mount differently from -xdev yetTavian Barnes
2019-09-11tests: Add -mount/-xdev tests with -LTavian Barnes
2019-09-05tests: Test more cases in test_color_lsTavian Barnes
2019-09-03color: Fix directory coloring when resolving symlinks at the rootTavian Barnes
2019-07-04Make -mount and -xdev do different thingsTavian Barnes