]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-120164: Fix test_os.test_win32_mkdir_700() (#120177)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Fri, 7 Jun 2024 09:14:13 +0000 (12:14 +0300)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2024 09:14:13 +0000 (11:14 +0200)
commitd5ba4fc9bc9b2d9eff2a90893e8d500e0c367237
tree8ab88129e343453179a1bfc27f828539d8ecdcb7
parent47816f465e833a5257a82b759b1081e06381e528
gh-120164: Fix test_os.test_win32_mkdir_700() (#120177)

Don't compare the path to avoid encoding issues.

Co-authored-by: Eryk Sun <eryksun@gmail.com>
Lib/test/test_os.py