summaryrefslogtreecommitdiffstats
path: root/tests/xtouch.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use close() wrappersTavian Barnes2023-01-311-4/+2
|
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
| | | | | | | And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
* tests/xtouch: Fix macOS buildTavian Barnes2023-01-191-0/+1
|
* bfstd: New wrappers for dirname()/basename()Tavian Barnes2023-01-191-1/+0
|
* tests/xtouch: Add some missing POSIX touch featuresTavian Barnes2022-11-081-46/+99
|
* tests/xtouch: New utilityTavian Barnes2022-11-071-0/+195
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).