summaryrefslogtreecommitdiffstats
path: root/tests.sh
AgeCommit message (Expand)Author
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
2019-06-25tests: Qualify the path to $TMP/scratchTavian Barnes
2019-06-17tests.sh: Try a bit harder to clean up scratchTavian Barnes
2019-05-24fsade: Fix ACL detection on macOSTavian Barnes
2019-05-24Add documentation for -xattrTavian Barnes
2019-05-24Implement -xattr predicateTavian Barnes
2019-05-24fsade: Refactor the POSIX.1e abstractionsTavian Barnes
2019-05-23tests: Fix a typoTavian Barnes
2019-05-09tests: Work around Bash 4 not updating $COLUMNSTavian Barnes
2019-05-09tests: Add some more --sudo testsTavian Barnes
2019-05-05color: Don't stat() if we don't need toTavian Barnes
2019-05-04bftw: Add a caching stat() API to struct BFTWTavian Barnes
2019-04-28tests: Fix test_xtype_reorderTavian Barnes
2019-04-24tests: Add some tests that require sudoTavian Barnes
2019-04-24tests: Redirect stdin from /dev/nullTavian Barnes
2019-04-24tests: Use more colorsTavian Barnes