]> granicus.if.org Git - python/commit
bpo-30693: Fix tarfile test cleanup on MSWindows (GH-5557) (GH-5567)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 6 Feb 2018 18:33:27 +0000 (10:33 -0800)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 6 Feb 2018 18:33:27 +0000 (20:33 +0200)
commit2c6f6682768f401c297c584ef106d48c78697f67
tree30598d284009ed81d8d32ad4f72fe4564ced1022
parent2bb0bfafb0beb819b7c60d9004382ce6867847c0
bpo-30693: Fix tarfile test cleanup on MSWindows (GH-5557) (GH-5567)

it was using our mocked listdir to check when the files were gone.
(cherry picked from commit 4ad703b7ca463d1183539277dde90ffb1c808487)

Co-authored-by: Bernhard M. Wiedemann <githubbmw@lsmod.de>
Lib/test/test_tarfile.py