]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697) (#109698)
authorVictor Stinner <vstinner@python.org>
Mon, 2 Oct 2023 15:16:25 +0000 (17:16 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:16:25 +0000 (17:16 +0200)
commit84ef145d854832f8521ea38468071ad210b6365c
treed2c04271a4cc760959fed61da5d59b0bf3332e8e
parent05b139b599bbe2125bd81eb7ac3e55743c01d974
[3.12] gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697) (#109698)

gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697)

On FreeBSD, regular users cannot set the sticky bit. Skip the test if
chmod() fails with EFTYPE error.

(cherry picked from commit 26e06ad617bb416201c769fea91cd33d544c6a1c)
Lib/test/test_tarfile.py