commit | 59db96f2a3e89ce4a3d309a6e5aa8b472e4e1cb1 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Mar 31 18:53:29 2004 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Mar 31 18:53:29 2004 +0000 |
tree | 8addb4767b77e8ef655c3baf1827a6af97bf8b82 | |
parent | 862b46bbc10a87eb2f4dc8bef80ab134d4d14a88 [diff] |
When /tmp has certain sticky bits set, newly created subdirectories inherit those bits, causing the test_mkdtemp.test_mode() test to fail. Remove those before comparing the actual mode to the expected mode.