]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102950: Adjust tarfile filter tests for systems that don't set the sticky bit...
authorPetr Viktorin <encukou@gmail.com>
Tue, 25 Apr 2023 12:56:01 +0000 (14:56 +0200)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2023 12:56:01 +0000 (12:56 +0000)
commitc8c3956d905e019101038b018129a4c90c9c9b8f
treeb1d551e33222a766f5c7d2111b9e95faa8d5676a
parent83305808000e03cbad31ac3e9ef65454fb409282
gh-102950: Adjust tarfile filter tests for systems that don't set the sticky bit (GH-103831)

Also remove expilcit `type=tarfile.DIRTYPE`, the slash at the end is
enough.
Lib/test/test_tarfile.py