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