This commit is contained in:
Peter Eckersley
2015-12-01 19:24:14 -08:00
parent a191daf3ee
commit 02d93e995a
+1 -1
View File
@@ -74,7 +74,7 @@ class AuthenticatorTest(unittest.TestCase):
# Remove exec bit from permission check, so that it
# matches the file
responses = self.auth.perform([self.achall])
self.auth.perform([self.achall])
parent_permissions = (stat.S_IMODE(os.stat(self.path).st_mode) &
~stat.S_IEXEC)