summaryrefslogtreecommitdiff
path: root/Lib/test/test_tarfile.py
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-04-30 06:09:51 +0800
committerSenthil Kumaran <senthil@uthcode.com>2011-04-30 06:09:51 +0800
commitbe5dbebeaa012d383c0d9f4da39b68c4b04b5775 (patch)
treeca1cee0b925ae5486f30a726152fd2d30893e87b /Lib/test/test_tarfile.py
parent08fd8d93f75a265058b9fa6cc8e757490f4ee3dc (diff)
parentf108f8258e381c9623a0deb6a61a0c076eefc2d6 (diff)
downloadcpython-git-be5dbebeaa012d383c0d9f4da39b68c4b04b5775.tar.gz
merge from 3.1
Diffstat (limited to 'Lib/test/test_tarfile.py')
-rw-r--r--Lib/test/test_tarfile.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py
index f363f701cb..8036c5cda1 100644
--- a/Lib/test/test_tarfile.py
+++ b/Lib/test/test_tarfile.py
@@ -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")