summaryrefslogtreecommitdiffstats
path: root/tests.sh
AgeCommit message (Expand)Author
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
2019-04-21parse: Allow things like -uid ++10Tavian Barnes
2019-04-21tests: Fix --bfs=pathTavian Barnes
2019-04-20tests: Don't test symlink permissionsTavian Barnes
2019-04-20tests: Add a test with -printf %H and multiple rootsTavian Barnes
2019-04-18tests: Refuse to run as rootTavian Barnes
2019-03-28tests: Fix color NUL byte test on platforms where sort expects textTavian Barnes
2019-03-28color: Implement ln=targetTavian Barnes
2019-03-28color: Implement escape sequence parsingTavian Barnes
2019-03-21opt: Optimize redundant comma expressionsTavian Barnes
2019-03-21tests: Respond to terminal resizesTavian Barnes
2019-03-20tests: Make the output more colorful and nicerTavian Barnes
2019-03-20opt: Replace -a -false/-o -true with -not when possibleTavian Barnes
2019-03-19tests: Add utilities for comparing colors to lsTavian Barnes
2019-03-17tests: Use archive extensions for color testsTavian Barnes
2019-03-17color: Match the behaviour of GNU ls more closelyTavian Barnes
2019-03-07tests: Add a test for extension overridesTavian Barnes
2019-03-07eval: Fix -unique with -depthTavian Barnes
2019-03-01Implement -uniqueTavian Barnes
2019-02-18tests: Add a test for symlink coloring to a deviceTavian Barnes