There was an error while loading. Please reload this page.
1 parent b2e29a9 commit 40c0c7cCopy full SHA for 40c0c7c
1 file changed
Lib/test/test_tarfile.py
@@ -4034,10 +4034,6 @@ def test_parent_dir_out_and_back(self):
4034
arc.add(f'../escaped.evil/../{self.destdir.name}/sub/file',
4035
content='content')
4036
4037
- with self.check_context(arc.open(), 'fully_trusted'):
4038
- self.expect_file('../escaped.evil', type=tarfile.DIRTYPE)
4039
- self.expect_file('sub/file', content='content')
4040
-
4041
for filter in 'tar', 'data':
4042
with self.subTest(filter):
4043
with self.check_context(arc.open(), filter):
0 commit comments