summaryrefslogtreecommitdiffstats
path: root/tests/common/mount.sh
Commit message (Collapse)AuthorAgeFilesLines
* Implement POSIX 2024's -mountTavian Barnes2024-07-081-11/+0
| | | | | | This reverts commit 4f80c17192f2b28c96a489969d4435151d68d0ce. Link: https://www.austingroupbugs.net/view.php?id=1133
* tests: Use test-specific scratch directoriesTavian Barnes2023-10-221-6/+6
|
* tests: New defer functionTavian Barnes2023-10-191-1/+1
|
* tests: Use bfs_sudo wrapper instead of testing $SUDOTavian Barnes2022-12-291-3/+2
|
* tests: Turn on set -eTavian Barnes2022-12-161-4/+3
|
* tests: Replace skip_unless test with test || skipTavian Barnes2022-12-161-2/+2
|
* tests/xtouch: New utilityTavian Barnes2022-11-071-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 scratchTavian Barnes2022-10-201-1/+1
| | | | And try to unmount things if the a test left them mounted.
* tests: Split test cases into separate filesTavian Barnes2022-10-191-0/+13