X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2Ftest_cmp.py;h=efdd43ae6dc24af4a4200f815f074bd1b8ead49c;hb=96bc9c67fc993dc918ea80c208096b9523a68f6f;hp=24dfd5fc8665f91c5feb424b6a36e15be260d4a7;hpb=22ed67cfa4f3c5d265c388265d8f80c86565050c;p=ppu.git diff --git a/tests/test_cmp.py b/tests/test_cmp.py index 24dfd5f..efdd43a 100755 --- a/tests/test_cmp.py +++ b/tests/test_cmp.py @@ -1,14 +1,11 @@ #! /usr/bin/env python -import os import subprocess import sys from ppu_tu import setup, teardown, find_in_path # noqa 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):