diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-15 10:24:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-15 10:24:27 -0500 |
commit | 88e36eaf0e508f3745bd8aa2aedb1324b273ebf0 (patch) | |
tree | f08ba4f8f105284f9e269596ca9ecb637334b6fe /changes | |
parent | 354ddf87126b60e9113bb14ded46280191478fec (diff) | |
download | tor-88e36eaf0e508f3745bd8aa2aedb1324b273ebf0.tar.gz tor-88e36eaf0e508f3745bd8aa2aedb1324b273ebf0.zip |
Fix the checkdir/perms test when umask==077
Fixes 14215; bugfix on 0.2.6.2-alpha. Reported by "cypherpunks".
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug14215 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug14215 b/changes/bug14215 new file mode 100644 index 0000000000..70bcdaaefc --- /dev/null +++ b/changes/bug14215 @@ -0,0 +1,5 @@ + o Minor bugfixes (tests): + - Make the checkdir/perms test complete successfully even if the + global umask is not 022. Fixes bug 14215; bugfix on 0.2.6.2-alpha. + + |