summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-04-28 09:08:12 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-04-28 09:08:12 (GMT)
commitc20566cdf8b2fc58d5075ded76468d2197181d30 (patch)
treeab7a11543701b81b18d0954dabc691d33970ae54
parente698cd54bc7be288a982cab6efe997316f4df996 (diff)
parente3bdcf4ffd51a9cf8c066d9f815c3bf650a94dbb (diff)
downloadcpython-c20566cdf8b2fc58d5075ded76468d2197181d30.zip
cpython-c20566cdf8b2fc58d5075ded76468d2197181d30.tar.gz
cpython-c20566cdf8b2fc58d5075ded76468d2197181d30.tar.bz2
merge from 3.1
-rw-r--r--Lib/test/test_tarfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py
index e3e140e..f363f70 100644
--- a/Lib/test/test_tarfile.py
+++ b/Lib/test/test_tarfile.py
@@ -351,6 +351,7 @@ 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).