summaryrefslogtreecommitdiffstats
path: root/tests.sh
AgeCommit message (Expand)Author
2017-10-21parse: Keep track of what files are already openTavian Barnes
2017-10-21Report errors that occur when closing filesTavian Barnes
2017-09-20tests: -quit is not POSIXTavian Barnes
2017-09-17opt: Fix -depth with arguments bigger than INT_MAXTavian Barnes
2017-09-16tests: Add tests that trigger some optimizationsTavian Barnes
2017-09-09tests: Silence error messages while creating deep/Tavian Barnes
2017-09-09Try /proc/self/fd before /dev/fdTavian Barnes
2017-09-07Revert "tests: Test hardlinks to symlinks"Tavian Barnes
2017-09-06parse: Don't reorder or remove tests with potential side effectsTavian Barnes
2017-09-06tests: Test hardlinks to symlinksTavian Barnes
2017-09-04tests: Make test_deep pass with other find implementationsTavian Barnes
2017-09-02tests: Use human-readable filenames in links/Tavian Barnes
2017-08-16tests: Remove unnecessary sort-args.sh invocationsTavian Barnes
2017-08-12tests: Add some syntax highlighting to --verboseTavian Barnes
2017-08-12Unify broken symlink handlingTavian Barnes
2017-08-12tests: Add a test for -exec ... {} + with a failing commandTavian Barnes
2017-07-29exec: Fix more corner cases with -ok ... +Tavian Barnes
2017-07-29tests.sh: Add a --verbose modeTavian Barnes
2017-07-29exec: Don't allow anything between {} and +Tavian Barnes
2017-07-27Re-license under the BSD Zero Clause LicenseTavian Barnes
2017-07-21Fix a couple terrible optimizer bugsTavian Barnes
2017-07-21Implement -printxTavian Barnes
2017-07-20eval: Add some sanity checksTavian Barnes
2017-07-20Implement -exit [STATUS]Tavian Barnes
2017-07-20Implement -rm as an alias for -deleteTavian Barnes
2017-07-20Revert "tests.sh: Better line overwriting"Tavian Barnes
2017-07-18tests.sh: Better line overwritingTavian Barnes
2017-07-18tests.sh: Make closefrom() behave like its namesakeTavian Barnes
2017-07-16tests.sh: Close extraneous fds for tests that depend on ulimitTavian Barnes
2017-07-09Handle ENOTDIR the same as ENOENTTavian Barnes
2017-07-08bftw: Fix ENAMETOOLONG handling when the root is closedTavian Barnes
2017-07-08bftw: Recover from ENAMETOOLONGTavian Barnes
2017-06-15-perm: Handle permcopy (e.g. u=rw,g=u) correctlyTavian Barnes
2017-06-11tests: Fix test_printf_nul with non-GNU sortTavian Barnes
2017-06-10printf: Fix embedded nul bytesTavian Barnes
2017-05-11Don't make -quit disable the implicit -printTavian Barnes
2017-04-24Release 1.01.0Tavian Barnes
2017-04-23Implement -fstypeTavian Barnes
2017-04-16tests.sh: Allow individual tests to be specified on the command lineTavian Barnes
2017-04-16Implement -XTavian Barnes
2017-04-16tests: Add tests for bfs extensions to -exec ... +Tavian Barnes
2017-04-15Implement -exec/-execdir ... +Tavian Barnes
2017-04-08tests.sh: Use eval instead of declare -gTavian Barnes
2017-03-11tests: Run everything in UTCTavian Barnes
2017-03-11Add a test for colored outputTavian Barnes
2017-03-11Implement -printf %Ak, %Ck, and %TkTavian Barnes
2017-02-11tests: Print the count of passing and failing testsTavian Barnes
2017-02-11Add some tests for the operators themselvesTavian Barnes
2017-02-10Add tests for bfs's flexible command line parsingTavian Barnes
2017-02-10tests: Don't require bash associative arraysTavian Barnes