mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
make sure nobody owns the artifacts directory
This commit is contained in:
parent
61f88c5359
commit
da007ef21d
@ -10,7 +10,7 @@ TAHOE_LAFS_TOX_ARGS=$1
|
||||
shift || :
|
||||
|
||||
# Make sure we can actually write things to this directory.
|
||||
mkdir -p "${ARTIFACTS}"
|
||||
sudo --user nobody mkdir -p "${ARTIFACTS}"
|
||||
|
||||
# Run the test suite as a non-root user. This is the expected usage some
|
||||
# small areas of the test suite assume non-root privileges (such as unreadable
|
||||
|
Loading…
Reference in New Issue
Block a user