summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/bfs/help: Fix exit statusTavian Barnes2023-10-231-4/+4
* tests/bfs/help: Use ... && fail instead of ! ...Tavian Barnes2023-10-232-5/+4
* tests/bfs/printf_color: Fix race conditionTavian Barnes2023-10-232-1/+2
* tests: Document -jTavian Barnes2023-10-231-21/+20
* tests: Clean up verbose logging a bitTavian Barnes2023-10-231-20/+36
* tests: Fix Bash 3 compatibilityTavian Barnes2023-10-237-37/+47
* tests: Run test cases in parallelTavian Barnes2023-10-232-15/+58
* tests: Use test-specific scratch directoriesTavian Barnes2023-10-2277-368/+330
* tests: Fix column detection with redirected stderrTavian Barnes2023-10-201-1/+1
* tests/color: Remove some useless catsTavian Barnes2023-10-204-53/+50
* tests: Use xtouch to create the whole deep tree at onceTavian Barnes2023-10-201-15/+6
* tests/xtouch: Recover from ENAMETOOLONGTavian Barnes2023-10-201-45/+84
* tests: Don't unset array[-1]Tavian Barnes2023-10-191-6/+7
* tests: Refactor implementation into separate filesTavian Barnes2023-10-1913-823/+906
* tests: Update bash coding styleTavian Barnes2023-10-191-32/+32
* tests: Clean up colorizationTavian Barnes2023-10-191-76/+102
* tests: Use the ERR trap to print the failing commandTavian Barnes2023-10-191-4/+46
* tests: Fix uses of $? with set -eTavian Barnes2023-10-191-10/+12
* tests: New defer functionTavian Barnes2023-10-1918-34/+54
* tests: Rename --noclean -> --no-cleanTavian Barnes2023-10-191-3/+3
* parse: Set BFTW_WHITEOUTS when parsing -type wTavian Barnes2023-10-172-0/+102
* dir: Fix FreeBSD union mountsTavian Barnes2023-10-174-0/+28
* tests: Move closed_std* tests out of the POSIX groupTavian Barnes2023-10-146-2/+8
* tests: Always create the scratch directoryTavian Barnes2023-10-131-0/+2
* tests: Don't crash if unbuffer isn't installedTavian Barnes2023-10-121-1/+1
* diag: Move enum debug_flags out of ctx.hTavian Barnes2023-10-121-0/+1
* alloc: Test allocation size overflowsTavian Barnes2023-10-061-2/+10
* tests/bfs/status: Try to test SIGWINCHTavian Barnes2023-10-061-1/+1
* tests: Check for expect_unbuffer tooTavian Barnes2023-10-061-2/+8
* tests: New bfs_pty wrapper for unbufferTavian Barnes2023-10-064-7/+17
* 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
* tests: Respect $NO_COLORTavian Barnes2023-10-051-9/+15
* bfstd: Add a thread-safe wrapper for strerror()Tavian Barnes2023-10-053-6/+6
* tests: Fix make_deep() on FreeBSDTavian Barnes2023-10-021-9/+10
* Merge branch 'benchmarks'Tavian Barnes2023-10-021-15/+24
|\
| * tests/xtouch: Try creating the immediate parent firstTavian Barnes2023-09-291-15/+24
* | tests: Don't cd into paths longer than PATH_MAXTavian Barnes2023-10-021-12/+8
|/
* Formatting fixesTavian Barnes2023-09-274-7/+7
* Use the new list macrosTavian Barnes2023-09-251-2/+2
* bfstd: Fix printable_len() off-by-oneTavian Barnes2023-09-061-0/+15
* bfstd: Fix an OOB string index in xmbrtowc()Tavian Barnes2023-09-062-0/+22
* Work around https://github.com/llvm/llvm-project/issues/64946Tavian Barnes2023-08-231-0/+3
* tests: Add missing .out fileTavian Barnes2023-08-141-0/+0
* parse: Allow -files0-from an empty set of pathsTavian Barnes2023-08-141-1/+1
* 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-1340-0/+78
* color: Get rid of EXT_MAXTavian Barnes2023-07-132-0/+23
* parse: Reject -j0Tavian Barnes2023-07-121-0/+1