summaryrefslogtreecommitdiffstats
path: root/tests.sh
AgeCommit message (Expand)Author
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
2020-11-09opt: Predicates aren't true when they're falseTavian Barnes
2020-09-20printf: Format the empty string for %l of non-linksTavian Barnes
2020-08-13Implement -xattrnameTavian Barnes
2020-06-07parse: Prohibit actions inside -excludeTavian Barnes
2020-06-07Treat -nohidden like -exclude -hiddenTavian Barnes
2020-06-07Implement -exclude, a special form for convenient exclusionsTavian Barnes
2020-06-07opt: Make sure facts_when_impure sees *all* impure literalsTavian Barnes
2020-05-22opt: Track data flow information about predicatesTavian Barnes
2020-03-21Implement -s flag from FreeBSD find to sort resultsTavian Barnes
2020-03-20parse: Prettify some of the option-specific helpTavian Barnes
2020-03-01tests: Add a test for -printf %u/%g with a low ulimitTavian 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
2020-01-14tests: Make test_xattr a sudo test in exactly the right casesTavian Barnes
2020-01-08fsade: Support checking for xattrs (extattrs) on FreeBSDTavian Barnes
2020-01-08tests: Fix setting ACLs on LinuxTavian Barnes
2020-01-07Update copyright datesTavian Barnes
2020-01-07fsade: Support NFSv4 ACLs on FreeBSDTavian Barnes
2019-11-01tests.sh: Bail out if setup failsTavian Barnes
2019-09-19tests: Fix some commentsTavian Barnes
2019-09-13tests: Don't redirect to /dev/null when unnecessaryTavian Barnes
2019-09-11tests.sh: Use an array for the enabled testsTavian Barnes
2019-09-11tests: Add -mount/-xdev tests with -LTavian Barnes
2019-09-05tests: Test more cases in test_color_lsTavian Barnes
2019-09-04color: Actually resolve symlinks against their parent directoryTavian Barnes
2019-09-03color: Fix directory coloring when resolving symlinks at the rootTavian Barnes
2019-08-23tests: Bail out of ACL tests if we can't set ACLsTavian Barnes
2019-06-28tests: Relax test_execdir_ulimit so that GNU find passesTavian Barnes
2019-06-27color: Fix a crash if LS_COLORS ends in *Tavian Barnes
2019-06-25bftw: Queue individual files in depth-first modeTavian Barnes