summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.sh b/tests.sh
index 04d8a65..08410d2 100755
--- a/tests.sh
+++ b/tests.sh
@@ -2,6 +2,7 @@
# The temporary directory that will hold our test data
TMP="$(mktemp -d "${TMPDIR:-/tmp}"/bfs.XXXXXXXXXX)"
+chown "$(id -u)":"$(id -g)" "$TMP"
# Clean up temporary directories on exit
function cleanup() {