mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
merge from 3.2
This commit is contained in:
commit
cc78c443f2
1 changed files with 1 additions and 1 deletions
|
@ -421,7 +421,7 @@ class TestShutil(unittest.TestCase):
|
|||
self.assertEqual(os.stat(file1).st_mode, os.stat(file2).st_mode)
|
||||
|
||||
@unittest.skipUnless(hasattr(os, 'chmod'), 'requires os.chmod')
|
||||
@unittest.skipUnless(hasattr(os, 'chmod'), 'requires os.utime')
|
||||
@unittest.skipUnless(hasattr(os, 'utime'), 'requires os.utime')
|
||||
def test_copy2(self):
|
||||
# Ensure that the copied file exists and has the same mode and
|
||||
# modification time bits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue