]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120164: Fix test_os.test_win32_mkdir_700() (GH-120177) (#120203)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Jun 2024 09:35:08 +0000 (11:35 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 09:35:08 +0000 (09:35 +0000)
commit3730f60f39371b2ef13e8df6db254f041fea310e
treef5befef61b9307bbe089345012fa8f295cc882de
parent92a38e98740b244b0b0e79c8d03ea29422a66d0c
[3.12] gh-120164: Fix test_os.test_win32_mkdir_700() (GH-120177) (#120203)

gh-120164: Fix test_os.test_win32_mkdir_700() (GH-120177)

Don't compare the path to avoid encoding issues.

(cherry picked from commit d5ba4fc9bc9b2d9eff2a90893e8d500e0c367237)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
Co-authored-by: Eryk Sun <eryksun@gmail.com>
Lib/test/test_os.py