more windows test improvements

This commit is contained in:
Paul Gauthier 2023-07-05 14:01:59 -07:00
parent bbd68097bd
commit 76eb9e020f

View file

@ -23,7 +23,7 @@ class TestMain(TestCase):
def tearDown(self):
os.chdir(self.original_cwd)
shutil.rmtree(self.tempdir)
shutil.rmtree(self.tempdir, ignore_errors=True)
self.patcher.stop()
def test_main_with_empty_dir_no_files_on_command(self):