]> granicus.if.org Git - python/commit
When /tmp has certain sticky bits set, newly created subdirectories
authorGuido van Rossum <guido@python.org>
Wed, 31 Mar 2004 18:53:29 +0000 (18:53 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 31 Mar 2004 18:53:29 +0000 (18:53 +0000)
commit59db96f2a3e89ce4a3d309a6e5aa8b472e4e1cb1
tree8addb4767b77e8ef655c3baf1827a6af97bf8b82
parent862b46bbc10a87eb2f4dc8bef80ab134d4d14a88
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.
Lib/test/test_tempfile.py