]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-120164: Fix test_os.test_win32_mkdir_700() (GH-120177) (#120202)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Jun 2024 09:39:56 +0000 (11:39 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 09:39:56 +0000 (09:39 +0000)
commit1e43f76b7689536233c018ee51d6d5b9d96cf34f
tree698daab420b48fdaf3d304a2de1479a62a04244c
parenteb6a99485fcb264f001a5ac67cc82a6a4ec1f727
[3.13] gh-120164: Fix test_os.test_win32_mkdir_700() (GH-120177) (#120202)

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