aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-11-05 14:27:05 -0500
committerNick Mathewson <nickm@torproject.org>2014-11-05 14:28:34 -0500
commit1dcc49229563192cd43258af5eab97d233146f90 (patch)
tree9ddd33aebc8894fb812f86b050c25ef1be1893df /changes
parent8f645befba4c1c5df9c6f4ef832d217b1fdfed76 (diff)
downloadtor-1dcc49229563192cd43258af5eab97d233146f90.tar.gz
tor-1dcc49229563192cd43258af5eab97d233146f90.zip
chgrp the testing tempdir to ourself to clear the sticky bit
Closes 13678. Doesn't actually matter for older tors.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug136786
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug13678 b/changes/bug13678
new file mode 100644
index 0000000000..d71b88a003
--- /dev/null
+++ b/changes/bug13678
@@ -0,0 +1,6 @@
+
+ o Testing:
+ - In the unit tests, use 'chgrp' to change the group of the unit test
+ temporary directory to the current user, so that the sticky bit doesn't
+ interfere with tests that check directory groups. Closes 13678.
+