]> Sergey Matveev's repositories - bfs.git/history - tests/bfs
Skip mtab
[bfs.git] / tests / bfs /
2023-10-23 Tavian Barnestests/bfs/help: Fix exit status
2023-10-23 Tavian Barnestests/bfs/help: Use ... && fail instead of ! ...
2023-10-23 Tavian Barnestests/bfs/printf_color: Fix race condition
2023-10-23 Tavian Barnestests: Fix Bash 3 compatibility
2023-10-22 Tavian Barnestests: Use test-specific scratch directories
2023-10-19 Tavian Barnestests: Refactor implementation into separate files
2023-10-14 Tavian Barnestests: Move closed_std* tests out of the POSIX group
2023-10-06 Tavian Barnestests/bfs/status: Try to test SIGWINCH
2023-10-06 Tavian Barnestests: New bfs_pty wrapper for unbuffer
2023-10-05 Tavian Barnestests/bfs: Add a test that runs -status
2023-10-05 Tavian Barnestests/bfs: Add tests for color autodetection
2023-07-13 Tavian Barnescolor: Only highlight the trailing slash on ENOTDIR
2023-07-13 Tavian Barnescolor: Don't break up leading and trailing dirs
2023-07-13 Tavian Barnescolor: TTY-escape filenames
2023-07-13 Tavian Barnescolor: Get rid of EXT_MAX
2023-07-12 Tavian Barnesparse: Reject -j0
2023-07-12 Tavian Barnestests/bfs: Add tests for -j
2023-06-30 Tavian Barnescolor: Compare values too when deciding to smart-case
2023-06-29 Tavian Barnescolor: Implement smart casing
2023-06-29 Tavian Barnestests/bfs/color: Add mixed-case extensions
2023-06-08 Tavian Barnescolor: `fi=0` should not fall back to `no`
2022-12-29 Tavian Barnestests: Use bfs_sudo wrapper instead of testing $SUDO
2022-12-16 Tavian Barnestests/bfs/printf_everything: Simplify double negation
2022-12-16 Tavian Barnestests: Fail early in bfs_diff if the diff fails
2022-12-16 Tavian Barnestests: Print the skip reason for --verbose=skipped
2022-12-16 Tavian Barnestests: Turn on set -e
2022-12-16 Tavian Barnestests: Move crash detection into invoke_bfs, use !...
2022-12-16 Tavian Barnestests: Replace skip_unless test with test || skip
2022-11-30 Tavian Barnesparse: Fix crash on -xdev -mount
2022-11-30 Tavian Barnesparse: Pass the right argument when warning about -O9
2022-11-11 Tavian Barnestypo: Array bounds are exclusive, not inclusive
2022-11-07 Tavian Barnestests/xtouch: New utility
2022-11-06 Tavian Barnestests: Skip fstype tests if the mtab isn't available
2022-10-20 Tavian Barnestests: Add a helper for cleaning scratch
2022-10-19 Tavian Barnestests: Coverage number go up
2022-10-19 Tavian Barnestests: Split test cases into separate files