Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: Use test-specific scratch directories | Tavian Barnes | 2023-10-22 | 1 | -5/+5 |
| | |||||
* | tests: New defer function | Tavian Barnes | 2023-10-19 | 1 | -1/+1 |
| | |||||
* | tests: Use bfs_sudo wrapper instead of testing $SUDO | Tavian Barnes | 2022-12-29 | 1 | -3/+2 |
| | |||||
* | tests: Turn on set -e | Tavian Barnes | 2022-12-16 | 1 | -4/+2 |
| | |||||
* | tests: Replace skip_unless test with test || skip | Tavian Barnes | 2022-12-16 | 1 | -2/+2 |
| | |||||
* | tests/xtouch: New utility | Tavian Barnes | 2022-11-07 | 1 | -1/+1 |
| | | | | | | POSIX touch(1) doesn't include the -h option, and indeed OpenBSD doesn't implement it. Making our own utility also lets us add some handy extensions like -p (create parents) and -M (set permissions). | ||||
* | tests: Add a helper for cleaning scratch | Tavian Barnes | 2022-10-20 | 1 | -1/+1 |
| | | | | And try to unmount things if the a test left them mounted. | ||||
* | tests: Split test cases into separate files | Tavian Barnes | 2022-10-19 | 1 | -0/+12 |