summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2022-11-20tests: Avoid syslog() using a low fd on macOSTavian Barnes
2022-11-11exec: Fix index overflow parsing -exec +Tavian Barnes
2022-11-10typo: Array bounds are exclusive, not inclusiveTavian Barnes
2022-11-10Revert "exec: Don't flush if the user says no to -ok"Tavian Barnes
2022-11-09pwcache: Fill the user/group caches lazilyTavian Barnes
2022-11-08tests/xtouch: Add some missing POSIX touch featuresTavian Barnes
2022-11-07tests/xtouch: New utilityTavian Barnes
2022-11-06tests: Skip fstype tests if the mtab isn't availableTavian Barnes
2022-10-29trie: Make leaves into a linked listTavian Barnes
2022-10-21tests: Fix privilege dropping when run as rootTavian Barnes
2022-10-21tests/gnu/inum_automount: Work around systemd-mount raceTavian Barnes
2022-10-20tests: Always clean scratch before using itTavian Barnes
2022-10-20tests: Add a helper for cleaning scratchTavian Barnes
2022-10-19tests: Coverage number go upTavian Barnes
2022-10-19tests: Split test cases into separate filesTavian Barnes
2022-10-05tests: Test -exec with a nonexistent commandTavian Barnes
2022-09-18tests: POSIX doesn't *require* -ok ... {} + to be unsupportedTavian Barnes
2022-07-18tests: Don't pass NUL bytes to sortTavian Barnes
2022-07-13tests: Limit path lengths passed to mkdirTavian Barnes
2022-07-13tests: Set colors to the empty string for non-ttysTavian Barnes
2022-07-13tests: Use set -uTavian Barnes
2022-07-13tests: Optimize startupTavian Barnes
2022-07-13tests: Add tests for parsing failures in more locationsTavian Barnes
2022-07-12tests: New test for -exec with unset $PATHTavian Barnes
2022-07-12tests: Simplify snapshot testing without bfs_diffTavian Barnes
2022-06-01tests: Add a test for every printf directiveTavian Barnes
2022-05-29tests: Add tests for -warn/-nowarnTavian Barnes
2022-05-20tests: Don't print test names to non-ttys without --verbose=testsTavian Barnes
2022-05-20Makefile: Add a BUILDDIR variable for out-of-tree buildsTavian Barnes
2022-05-16Makefile: Split build into bin and obj directoriesTavian Barnes
2022-05-12tests: Use skip_if for sudo testsTavian Barnes
2022-05-12stat: Pass AT_NO_AUTOMOUNT if possibleTavian Barnes
2022-04-16Source / Include Folder (#88)トトも
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