summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* xspawn: Check X_OK even without $PATH resolutionTavian Barnes2024-06-081-0/+2
* tests: Do chmod +rwX in clean_stddirs()Tavian Barnes2024-06-081-0/+1
* build: Add -Wmissing-variable-declarationsTavian Barnes2024-06-081-2/+2
* tests: Improve color case insensitivity coverageTavian Barnes2024-06-052-6/+6
* tests: New inaccessible/ directory tree for permission errorsTavian Barnes2024-06-049-38/+18
* tests: Add directories with different permissions to perms/Tavian Barnes2024-06-0420-80/+103
* tests/common: Add tests for -[am]{min,time}Tavian Barnes2024-06-048-0/+84
* xtime: Add support for @epochseconds timestampsTavian Barnes2024-06-042-25/+12
* Merge branch 'revert-eloop'Tavian Barnes2024-06-034-2/+4
|\
| * Make ELOOP an error again, except for -xtype.3.3.1Tavian Barnes2024-06-034-2/+4
* | parse: Allow -Darg/-Sarg as well as -D arg / -S argTavian Barnes2024-06-036-0/+59
* | parse: Handle multiple flags at once like -LEXO2Tavian Barnes2024-06-0311-0/+43
* | list: New SLIST_SPLICE() macroTavian Barnes2024-05-313-0/+101
* | bit: Update to match C23Tavian Barnes2024-05-291-18/+18
|/
* Implement the remaining regex typesTavian Barnes2024-05-2812-0/+27
* tests: Add some more weird namesTavian Barnes2024-05-289-0/+67
* xregex: Support non-capturing groups with -regextype emacsTavian Barnes2024-05-271-1/+1
* bfstd: Treat ELOOP like ENOENTTavian Barnes2024-05-274-1/+23
* tests/posix: Add a test for -prune with EACCESSTavian Barnes2024-05-272-0/+9
* tests: Make diff listen to $NO_COLORTavian Barnes2024-05-241-2/+2
* tests: Make hide_bar actually hide the barTavian Barnes2024-05-222-1/+15
* tests: Print progress outside the scroll regionTavian Barnes2024-05-223-44/+132
* tests: Restart wait when interrupted by a signalTavian Barnes2024-05-221-6/+15
* Stop using %mTavian Barnes2024-05-201-1/+2
* printf: The ' ' (space) flag must be numericTavian Barnes2024-05-192-1/+2
* Cast AT_FDCWD to int for comparisonsTavian Barnes2024-05-171-1/+1
* diag: New helpers to include xstrerror(errno) automaticallyTavian Barnes2024-05-177-50/+42
* sighook: New utilities for hooking signalsTavian Barnes2024-05-163-0/+101
* xtime: Use the libc's timegm() if presentTavian Barnes2024-05-061-4/+8
* build: Replace `make config` with a `./configure` scriptTavian Barnes2024-04-292-18/+6
* eval: Plug memory leak if bfs_opendir() failsTavian Barnes2024-04-246-0/+10
* config: Check for struct stat::st_{a,c,m,birth}{tim,timespec}Tavian Barnes2024-04-191-2/+2
* Rename config.h to prelude.hTavian Barnes2024-04-1910-10/+10
* tests: Add ../src to the include pathTavian Barnes2024-04-1911-36/+36
* tests: Quiet diffTavian Barnes2024-04-161-2/+2
* tests: Move newer_link out of posix/Tavian Barnes2024-04-094-0/+5
* build: Add a separate configuration stepTavian Barnes2024-04-092-3/+9
* tests/bsd: Add a -sparse testTavian Barnes2024-03-282-0/+13
* tests/gnu: Add a -used testTavian Barnes2024-03-282-0/+44
* tests/common: Add a -delete error handling testTavian Barnes2024-03-282-0/+17
* xspawn: Fix bfs_resolve_late() error reportingTavian Barnes2024-03-271-0/+23
* tests/xspawn: Test path resolution failureTavian Barnes2024-03-271-3/+30
* tests/xspawn: Also test dup2()Tavian Barnes2024-03-271-1/+3
* tests/xspawn: New unit testTavian Barnes2024-03-274-0/+175
* tests: New bfs_pcheck() macro to report xstrerror(errno)Tavian Barnes2024-03-273-3/+25
* bfstd: Escape ASCII tildesTavian Barnes2024-03-261-0/+2
* xtime: Don't update tm if xtimegm() overflowsTavian Barnes2024-03-261-12/+22
* bfstd: New asciilen() functionTavian Barnes2024-03-211-0/+15
* bit: Check __BYTE_ORDER__ for the native endianTavian Barnes2024-03-211-0/+13
* bfstd: Check that wcwidth() is positiveTavian Barnes2024-03-201-0/+3