]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91387: Fix tarfile test on WASI (GH-93984)
authorChristian Heimes <christian@python.org>
Sat, 18 Jun 2022 17:55:48 +0000 (19:55 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jun 2022 17:55:48 +0000 (10:55 -0700)
commitdd78aae34bc3c0fcf14b2e7be64e08246ee277cc
treefb6ec89901cf73115ca692ceddcf962f931ddc20
parentfea1e9bc5cd081b896b328a035719f7ccbf6843e
gh-91387: Fix tarfile test on WASI (GH-93984)

WASI's rmdir() syscall does not like the trailing slash.
Lib/test/test_tarfile.py