mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Wrap the correct test with the skip decorator for the issue10761.
merge from 3.2.
This commit is contained in:
commit
4a0afa224c
1 changed files with 2 additions and 1 deletions
|
@ -351,7 +351,6 @@ class MiscReadTest(CommonReadTest):
|
|||
finally:
|
||||
tar.close()
|
||||
|
||||
@support.skip_unless_symlink
|
||||
def test_extractall(self):
|
||||
# Test if extractall() correctly restores directory permissions
|
||||
# and times (see issue1735).
|
||||
|
@ -983,6 +982,8 @@ class WriteTest(WriteTestBase):
|
|||
|
||||
self.assertEqual(t.name, cmp_path or path.replace(os.sep, "/"))
|
||||
|
||||
|
||||
@support.skip_unless_symlink
|
||||
def test_extractall_symlinks(self):
|
||||
# Test if extractall works properly when tarfile contains symlinks
|
||||
tempdir = os.path.join(TEMPDIR, "testsymlinks")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue