summaryrefslogtreecommitdiffstats
path: root/tests/bfs
AgeCommit message (Expand)Author
2024-03-20Implement -limit NTavian Barnes
2024-02-28tests/bfs/D_opt: Don't rely on directory link countsTavian Barnes
2024-02-06bftw: stat() files asynchronouslyTavian Barnes
2024-02-01tests: Don't clobber inherited FDsTavian Barnes
2024-01-07tests/bfs/D_opt: New test for more -D opt coverageTavian Barnes
2024-01-01tests: Remove unneeded command -v unbuffer || skipTavian Barnes
2023-12-09parse: Reject integers that start with whitespaceTavian Barnes
2023-11-06Treat NO_COLOR="" the same as unsetTavian Barnes
2023-10-23tests/bfs/help: Fix exit statusTavian Barnes
2023-10-23tests/bfs/help: Use ... && fail instead of ! ...Tavian Barnes
2023-10-23tests/bfs/printf_color: Fix race conditionTavian Barnes
2023-10-23tests: Fix Bash 3 compatibilityTavian Barnes
2023-10-22tests: Use test-specific scratch directoriesTavian Barnes
2023-10-19tests: Refactor implementation into separate filesTavian Barnes
2023-10-14tests: Move closed_std* tests out of the POSIX groupTavian Barnes
2023-10-06tests/bfs/status: Try to test SIGWINCHTavian Barnes
2023-10-06tests: New bfs_pty wrapper for unbufferTavian Barnes
2023-10-05tests/bfs: Add a test that runs -statusTavian Barnes
2023-10-05tests/bfs: Add tests for color autodetectionTavian Barnes
2023-07-13color: Only highlight the trailing slash on ENOTDIRTavian Barnes
2023-07-13color: Don't break up leading and trailing dirsTavian Barnes
2023-07-13color: TTY-escape filenamesTavian Barnes
2023-07-13color: Get rid of EXT_MAXTavian Barnes
2023-07-12parse: Reject -j0Tavian Barnes
2023-07-12tests/bfs: Add tests for -jTavian Barnes
2023-06-30color: Compare values too when deciding to smart-caseTavian Barnes
2023-06-29color: Implement smart casingTavian Barnes
2023-06-29tests/bfs/color: Add mixed-case extensionsTavian Barnes
2023-06-08color: `fi=0` should not fall back to `no`Tavian Barnes
2022-12-29tests: Use bfs_sudo wrapper instead of testing $SUDOTavian Barnes
2022-12-16tests/bfs/printf_everything: Simplify double negationTavian Barnes
2022-12-16tests: Fail early in bfs_diff if the diff failsTavian Barnes
2022-12-16tests: Print the skip reason for --verbose=skippedTavian Barnes
2022-12-16tests: Turn on set -eTavian Barnes
2022-12-16tests: Move crash detection into invoke_bfs, use ! instead of failTavian Barnes
2022-12-16tests: Replace skip_unless test with test || skipTavian Barnes
2022-11-30parse: Fix crash on -xdev -mountTavian Barnes
2022-11-30parse: Pass the right argument when warning about -O9Tavian Barnes
2022-11-10typo: Array bounds are exclusive, not inclusiveTavian Barnes
2022-11-07tests/xtouch: New utilityTavian Barnes
2022-11-06tests: Skip fstype tests if the mtab isn't availableTavian Barnes
2022-10-20tests: Add a helper for cleaning scratchTavian Barnes
2022-10-19tests: Coverage number go upTavian Barnes
2022-10-19tests: Split test cases into separate filesTavian Barnes