X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2Ftest_rm.py;h=f7550da394be47acfbc6cee5f61e6e335ab83c99;hb=1aaa1a75e6c4ec88d7a403f9f0460de727ff38d8;hp=4e4cd76d314412f7fc2c1215f3832965aa0a73f4;hpb=196955c7cf82f9d857f0458754fcd9d6009fedcf;p=ppu.git diff --git a/tests/test_rm.py b/tests/test_rm.py index 4e4cd76..f7550da 100755 --- a/tests/test_rm.py +++ b/tests/test_rm.py @@ -7,8 +7,6 @@ from ppu_tu import setup, teardown, find_in_path # noqa from ppu_tu import create_files, assert_files_exist, assert_files_not_exist -tmp_dir = None - test_prog_path = find_in_path('rm.py') if not test_prog_path: sys.exit("Cannot find rm.py in %s" % os.environ["PATH"])