summaryrefslogtreecommitdiffstats
path: root/tests.sh
AgeCommit message (Expand)Author
2022-02-18tests: Mark -fprint/-exec flushing test bfs-specificTavian Barnes
2022-02-11exec: Flush I/O streams before executing anythingTavian Barnes
2022-02-11tests: Use skip_if for tests that need /dev/fullTavian Barnes
2022-02-10tests: Add a test that -exit suppresses the implicit -printTavian Barnes
2022-02-08tests: Skip case insensitive tests if FNM_CASEFOLD is missingTavian Barnes
2022-02-08tests: Separate skipped tests from passing testsTavian Barnes
2022-02-04tests: Disable some glob tests on macOSTavian 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-02-01tests: Try to color diff outputTavian Barnes
2022-02-01tests: set -P for the whole scriptTavian Barnes
2022-02-01tests: Allow tests.sh to be invoked from any 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
2021-12-19ci/macos: Switch back to macos-latestTavian Barnes
2021-12-10tests: Set TZ to a real timezoneTavian Barnes
2021-10-19parse: Switch back to O_TRUNC from explicit ftruncate()Tavian Barnes
2021-10-19tests: Distinguish between failures and crashesTavian Barnes
2021-10-19tests: Set abort_on_error=1 for the sanitizersTavian Barnes
2021-10-09printf: Colorize file names/paths in simple casesTavian Barnes
2021-10-01tests: Add a test for an operator in an unexpected positionTavian Barnes
2021-10-01tests: Add tests for parsing invalid integersTavian Barnes
2021-10-01tests: Add a tests for missing and nonexistent pathsTavian 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-05-20tests: Don't use -perm /MODE in POSIX testsTavian Barnes
2021-04-18tests: Optimize test_delete_many()Tavian Barnes
2021-04-18tests: Don't fail -flags test if we can't set flagsTavian Barnes
2021-04-18tests: Don't fail xattr tests if we can't set xattrs at allTavian 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-23tests: Actually remove capabilities after dropping themTavian Barnes
2021-03-22tests: Avoid looping forever when failing to drop capabilitiesTavian Barnes
2021-03-21tests: Drop capabilities when run as root on LinuxTavian Barnes
2021-03-06Implement -flags, from FreeBSD findTavian Barnes
2021-02-05Update copyright datesTavian Barnes
2021-01-13tests: -sparse is BSD, not GNUTavian Barnes
2021-01-13-perm: Use +t instead of ug+tTavian Barnes
2020-11-28eval: Make -hidden behave consistentlyTavian Barnes
2020-11-11tests: Don't squelch stderr with --verboseTavian Barnes
2020-11-10tests: Test LS_COLORS extension lowercasingTavian Barnes
2020-11-10tests: Improve test coverage a bitTavian Barnes