summaryrefslogtreecommitdiffstats
path: root/tests/bfs
Commit message (Expand)AuthorAgeFilesLines
* Implement -limit NTavian Barnes2024-03-206-0/+9
* tests/bfs/D_opt: Don't rely on directory link countsTavian Barnes2024-02-282-12/+1
* bftw: stat() files asynchronouslyTavian Barnes2024-02-061-1/+1
* tests: Don't clobber inherited FDsTavian Barnes2024-02-011-1/+1
* tests/bfs/D_opt: New test for more -D opt coverageTavian Barnes2024-01-072-0/+19
* tests: Remove unneeded command -v unbuffer || skipTavian Barnes2024-01-012-4/+0
* parse: Reject integers that start with whitespaceTavian Barnes2023-12-091-0/+1
* Treat NO_COLOR="" the same as unsetTavian Barnes2023-11-062-0/+32
* tests/bfs/help: Fix exit statusTavian Barnes2023-10-231-4/+4
* tests/bfs/help: Use ... && fail instead of ! ...Tavian Barnes2023-10-231-4/+4
* tests/bfs/printf_color: Fix race conditionTavian Barnes2023-10-232-1/+2
* tests: Fix Bash 3 compatibilityTavian Barnes2023-10-231-4/+2
* tests: Use test-specific scratch directoriesTavian Barnes2023-10-226-20/+17
* tests: Refactor implementation into separate filesTavian Barnes2023-10-191-2/+0
* tests: Move closed_std* tests out of the POSIX groupTavian Barnes2023-10-144-0/+28
* tests/bfs/status: Try to test SIGWINCHTavian Barnes2023-10-061-1/+1
* tests: New bfs_pty wrapper for unbufferTavian Barnes2023-10-063-7/+3
* tests/bfs: Add a test that runs -statusTavian Barnes2023-10-051-0/+3
* tests/bfs: Add tests for color autodetectionTavian Barnes2023-10-054-0/+65
* color: Only highlight the trailing slash on ENOTDIRTavian Barnes2023-07-132-5/+5
* color: Don't break up leading and trailing dirsTavian Barnes2023-07-1339-61/+63
* color: TTY-escape filenamesTavian Barnes2023-07-1338-0/+76
* color: Get rid of EXT_MAXTavian Barnes2023-07-132-0/+23
* parse: Reject -j0Tavian Barnes2023-07-121-0/+1
* tests/bfs: Add tests for -jTavian Barnes2023-07-125-0/+41
* color: Compare values too when deciding to smart-caseTavian Barnes2023-06-302-2/+7
* color: Implement smart casingTavian Barnes2023-06-295-10/+12
* tests/bfs/color: Add mixed-case extensionsTavian Barnes2023-06-2938-114/+304
* color: `fi=0` should not fall back to `no`Tavian Barnes2023-06-088-0/+84
* tests: Use bfs_sudo wrapper instead of testing $SUDOTavian Barnes2022-12-292-4/+2
* tests/bfs/printf_everything: Simplify double negationTavian Barnes2022-12-161-2/+2
* tests: Fail early in bfs_diff if the diff failsTavian Barnes2022-12-161-1/+1
* tests: Print the skip reason for --verbose=skippedTavian Barnes2022-12-161-4/+1
* tests: Turn on set -eTavian Barnes2022-12-164-12/+9
* tests: Move crash detection into invoke_bfs, use ! instead of failTavian Barnes2022-12-1631-32/+32
* tests: Replace skip_unless test with test || skipTavian Barnes2022-12-167-11/+11
* parse: Fix crash on -xdev -mountTavian Barnes2022-11-302-0/+21
* parse: Pass the right argument when warning about -O9Tavian Barnes2022-11-302-0/+22
* typo: Array bounds are exclusive, not inclusiveTavian Barnes2022-11-101-0/+1
* tests/xtouch: New utilityTavian Barnes2022-11-073-3/+3
* tests: Skip fstype tests if the mtab isn't availableTavian Barnes2022-11-061-1/+7
* tests: Add a helper for cleaning scratchTavian Barnes2022-10-204-4/+4
* tests: Coverage number go upTavian Barnes2022-10-199-0/+70
* tests: Split test cases into separate filesTavian Barnes2022-10-19190-0/+1359