Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: create XDG_RUNTIME_DIR with mode 0700
The XDG specification requires this: $XDG_RUNTIME_DIR defines the base directory relative to which... ... Its Unix access mode MUST be 0700. https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html Confusingly, mkdir -m X -p /tmp/tarsnap-gui-test/test-blah only applies the `-m X` to test-blah/, not tarsnap-gui-test/. I don't understand why POSIX specifies it as such, but at least it's clearly defined as such in: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkdir.html
- Loading branch information