X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2Ftest_cmp.py;h=efdd43ae6dc24af4a4200f815f074bd1b8ead49c;hb=332ff5ce8b74b5e556cc78e194c8a00b26697806;hp=b70183709577aae7aeb5eface0d34b59eb6b50d4;hpb=e78080336c7f7b636cbc6d168bac1d54cec41a09;p=ppu.git diff --git a/tests/test_cmp.py b/tests/test_cmp.py index b701837..efdd43a 100755 --- a/tests/test_cmp.py +++ b/tests/test_cmp.py @@ -1,16 +1,11 @@ #! /usr/bin/env python -import os import subprocess 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"]) def create_file(name, content):