From da007ef21de21e515438a5405bf9e129b658ba96 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 6 Jul 2018 12:06:21 -0400 Subject: [PATCH] make sure nobody owns the artifacts directory --- .circleci/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/run-tests.sh b/.circleci/run-tests.sh index b1a48a5c7..077940186 100755 --- a/.circleci/run-tests.sh +++ b/.circleci/run-tests.sh @@ -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