X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2Ftest_which.py;h=3c5f85583a83931e3a8011885e8d3ffbcbcc4996;hb=96bc9c67fc993dc918ea80c208096b9523a68f6f;hp=b65a832eb57c1eb380789435a456e8550163a417;hpb=22ed67cfa4f3c5d265c388265d8f80c86565050c;p=ppu.git diff --git a/tests/test_which.py b/tests/test_which.py index b65a832..3c5f855 100755 --- a/tests/test_which.py +++ b/tests/test_which.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('which.py') -if not test_prog_path: - sys.exit("Cannot find which.py in %s" % os.environ["PATH"]) def test_which():