Fix the checkdir/perms test when umask==077

Fixes 14215; bugfix on 0.2.6.2-alpha.  Reported by "cypherpunks".
This commit is contained in:
Nick Mathewson
2015-01-15 10:24:27 -05:00
parent 354ddf8712
commit 88e36eaf0e
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -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.