X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2Fppu_tu.py;h=94de246c490c64bcf09da304e1cb6c8f9095f62c;hb=220468d5d4aef1d7d2a07fc1d6ff978b9713d54b;hp=1ce2b64fd040dc196dbf051c07c7156bdec879d7;hpb=96bc9c67fc993dc918ea80c208096b9523a68f6f;p=ppu.git diff --git a/tests/ppu_tu.py b/tests/ppu_tu.py index 1ce2b64..94de246 100644 --- a/tests/ppu_tu.py +++ b/tests/ppu_tu.py @@ -15,7 +15,7 @@ def setup(): def teardown(): os.chdir(os.sep) # To the root of the FS - shutil.rmtree(tmp_dir) + shutil.rmtree(tmp_dir, ignore_errors=True) def find_in_path(name):