]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-42782: fix broken shutil test (GH-31971)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Fri, 18 Mar 2022 02:45:40 +0000 (19:45 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 02:45:40 +0000 (19:45 -0700)
commite808c9d5c78e5a7a9d804eced013a02c0c7df1a5
treea87b9690fe932adbd5cd9843937599cf6419de27
parent612019e60e3a5340542122dabbc7ce5a27a8c635
[3.9] bpo-42782: fix broken shutil test (GH-31971)

We were using os_helper, which doesn't exist on 3.9. This wasn't
caught because the test is only run as root. I confirmed that when
run as root, the test previously failed and now passes.
Lib/test/test_shutil.py