diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-04-28 09:08:41 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-04-28 09:08:41 (GMT) |
commit | 2ea72709a34e57c9c131d7006ea80bdefbcf7bfe (patch) | |
tree | cd7450284bc1a3f5f666867f9b1bee3374e14c1d /Lib/test/test_tarfile.py | |
parent | 50c7562da9fa5a7a0a55417dfe78f8ab8c89e71b (diff) | |
parent | c20566cdf8b2fc58d5075ded76468d2197181d30 (diff) | |
download | cpython-2ea72709a34e57c9c131d7006ea80bdefbcf7bfe.zip cpython-2ea72709a34e57c9c131d7006ea80bdefbcf7bfe.tar.gz cpython-2ea72709a34e57c9c131d7006ea80bdefbcf7bfe.tar.bz2 |
merge from 3.2
Diffstat (limited to 'Lib/test/test_tarfile.py')
-rw-r--r-- | Lib/test/test_tarfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py index 590fc26..3d77ed5 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). |