summaryrefslogtreecommitdiffstats
path: root/tests/tests.sh
AgeCommit message (Expand)Author
2023-10-06tests: Check for expect_unbuffer tooTavian Barnes
2023-10-06tests: New bfs_pty wrapper for unbufferTavian Barnes
2023-10-05tests: Respect $NO_COLORTavian Barnes
2023-10-02tests: Fix make_deep() on FreeBSDTavian Barnes
2023-10-02tests: Don't cd into paths longer than PATH_MAXTavian Barnes
2023-07-13color: TTY-escape filenamesTavian Barnes
2023-06-29tests/bfs/color: Add mixed-case extensionsTavian Barnes
2023-04-12build: Fix tsanTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-12-29tests: Use bfs_sudo wrapper instead of testing $SUDOTavian Barnes
2022-12-16tests: Save test stderr to separate filesTavian Barnes
2022-12-16tests: Fail early in bfs_diff if the diff failsTavian Barnes
2022-12-16tests: Print the skip reason for --verbose=skippedTavian Barnes
2022-12-16tests: Turn on set -eTavian Barnes
2022-12-16tests: Move crash detection into invoke_bfs, use ! instead of failTavian Barnes
2022-12-16tests: Replace skip_unless test with test || skipTavian Barnes
2022-12-14tests: Fix crash when stderr is redirectedTavian Barnes
2022-12-02tests: Allow wildcard patterns like "posix/*"Tavian Barnes
2022-11-20tests: Avoid syslog() using a low fd on macOSTavian Barnes
2022-11-08tests/xtouch: Add some missing POSIX touch featuresTavian Barnes
2022-11-07tests/xtouch: New utilityTavian Barnes
2022-10-21tests: Fix privilege dropping when run as rootTavian 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