X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2Ftest_cmp.py;h=24dfd5fc8665f91c5feb424b6a36e15be260d4a7;hb=1aaa1a75e6c4ec88d7a403f9f0460de727ff38d8;hp=b70183709577aae7aeb5eface0d34b59eb6b50d4;hpb=196955c7cf82f9d857f0458754fcd9d6009fedcf;p=ppu.git diff --git a/tests/test_cmp.py b/tests/test_cmp.py index b701837..24dfd5f 100755 --- a/tests/test_cmp.py +++ b/tests/test_cmp.py @@ -6,8 +6,6 @@ import sys from ppu_tu import setup, teardown, find_in_path # noqa -tmp_dir = None - test_prog_path = find_in_path('cmp.py') if not test_prog_path: sys.exit("Cannot find cmp.py in %s" % os.environ["PATH"])