summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Add a BUILDDIR variable for out-of-tree buildsTavian Barnes2022-05-201-1/+6
* Makefile: Split build into bin and obj directoriesTavian Barnes2022-05-161-0/+3433
* tests: Use skip_if for sudo testsTavian Barnes2022-05-121-0/+0
* stat: Pass AT_NO_AUTOMOUNT if possibleTavian Barnes2022-05-121-0/+1
* Source / Include Folder (#88)トトも2022-04-162-2/+2
* tests: Use bfs_diff in more casesTavian Barnes2022-03-151-0/+0
* tests: Shell style fixesTavian Barnes2022-03-141-1/+1
* tests: Use -print0 instead of -printf '%p ' for exec flush testsTavian Barnes2022-03-132-0/+0
* tests: Use plain sort, not bfs_sortTavian Barnes2022-03-13112-531/+531
* Don't shadow standard headersTavian Barnes2022-03-121-1/+1
* regex: Use the encoding from the current localeTavian Barnes2022-02-241-0/+1
* exec: Flush I/O streams before executing anythingTavian Barnes2022-02-113-0/+21
* tests: Add a test that -exit suppresses the implicit -printTavian Barnes2022-02-101-0/+0
* regex: Add support for emacs and grep typesTavian Barnes2022-02-042-0/+10
* tests: Add tests for syntactically invalid globsTavian Barnes2022-02-0212-0/+22
* tests: New tests for -i?wholenameTavian Barnes2022-02-012-0/+14
* tests: New test for ** in a globTavian Barnes2022-02-011-0/+4
* tests: New test for -prune on a non-directoryTavian Barnes2022-02-011-0/+10
* parse: Add support for ed and sed regexesTavian Barnes2022-01-302-0/+2
* Revert "tests: Add a test for posix-basic alternation"Tavian Barnes2022-01-291-2/+0
* tests: Add a test for posix-basic alternationTavian Barnes2022-01-291-0/+2
* tests: Add missing license headersTavian Barnes2022-01-182-0/+32
* tests/trie: Fix "handling" typoTavian Barnes2022-01-181-1/+1
* printf: Colorize file names/paths in simple casesTavian Barnes2021-10-091-0/+20
* Don't truncate files until we know they're not duplicatesTavian Barnes2021-09-262-0/+39
* ctx: Also deduplicate the standard streamsTavian Barnes2021-09-212-0/+57
* tests: Make the -files0-from tests weirderTavian Barnes2021-09-152-100/+60
* Implement -files0-from FILETavian Barnes2021-09-152-0/+100
* Use /usr/bin/env bash as the shebang in scriptsTavian Barnes2021-08-054-4/+4
* Implement time units for -{a,B,c,m}timeTavian Barnes2021-06-021-0/+5
* tests: Add a test for deleting large directoriesTavian Barnes2021-04-181-0/+1
* test: Add more tests for -H/-L and -type lTavian Barnes2021-03-2815-12/+32
* Implement -flags, from FreeBSD findTavian Barnes2021-03-061-0/+1
* eval: Make -hidden behave consistentlyTavian Barnes2020-11-281-0/+5
* Include what I useTavian Barnes2020-11-122-4/+0
* tests: Improve test coverage a bitTavian Barnes2020-11-1012-0/+157
* tests: Add missing expectations from dd3bbb9Tavian Barnes2020-11-092-0/+38
* tests: Add missing ground truthTavian Barnes2020-09-201-0/+12
* Implement -xattrnameTavian Barnes2020-08-134-0/+6
* tests/trie: New acceptance test for triesTavian Barnes2020-06-091-0/+118
* tests/xtimegm: Don't test the year 1900Tavian Barnes2020-06-091-1/+1
* tests: New acceptance test for xtimegm()Tavian Barnes2020-06-091-0/+91
* Treat -nohidden like -exclude -hiddenTavian Barnes2020-06-071-0/+19
* Implement -exclude, a special form for convenient exclusionsTavian Barnes2020-06-073-0/+26
* opt: Track data flow information about predicatesTavian Barnes2020-05-224-0/+76
* Implement -s flag from FreeBSD find to sort resultsTavian Barnes2020-03-214-0/+68
* eval: Irregular files aren't emptyTavian Barnes2020-02-141-0/+14
* parse: Handle 1969-12-31T23:59:59ZTavian Barnes2020-02-131-0/+5
* Implement -{a,B,c,m,}sinceTavian Barnes2020-02-122-0/+6
* Implement explicit reference times (-newerXt)Tavian Barnes2020-02-111-0/+3