mirror of
https://github.com/python/cpython.git
synced 2025-11-15 00:00:00 +00:00
This commit is contained in:
parent
f598558afb
commit
2ee2c95595
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ class ArchiveUtilTestCase(support.TempdirManager,
|
||||||
owner='kjhkjhkjg', group='oihohoh')
|
owner='kjhkjhkjg', group='oihohoh')
|
||||||
self.assertTrue(os.path.exists(res))
|
self.assertTrue(os.path.exists(res))
|
||||||
|
|
||||||
@unittest.skipUnless(zlib, "Requires zlib")
|
@unittest.skipUnless(ZLIB_SUPPORT, "Requires zlib")
|
||||||
@unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
|
@unittest.skipUnless(UID_GID_SUPPORT, "Requires grp and pwd support")
|
||||||
def test_tarfile_root_owner(self):
|
def test_tarfile_root_owner(self):
|
||||||
tmpdir, tmpdir2, base_name = self._create_files()
|
tmpdir, tmpdir2, base_name = self._create_files()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue