]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697)
authorVictor Stinner <vstinner@python.org>
Thu, 21 Sep 2023 22:59:08 +0000 (00:59 +0200)
committerGitHub <noreply@github.com>
Thu, 21 Sep 2023 22:59:08 +0000 (00:59 +0200)
commit26e06ad617bb416201c769fea91cd33d544c6a1c
treee78c6f4b38a8cd7a24fb1bf6ffafbd9957aac207
parent608c1f3083ea1e06d383ef1a9878a9758903de4b
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.
Lib/test/test_tarfile.py