X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tests%2Ftest_rm.py;h=b9ad1b8b2a9ebeeba0cf124cb48c92c54d0e7d44;hb=96bc9c67fc993dc918ea80c208096b9523a68f6f;hp=f7550da394be47acfbc6cee5f61e6e335ab83c99;hpb=22ed67cfa4f3c5d265c388265d8f80c86565050c;p=ppu.git diff --git a/tests/test_rm.py b/tests/test_rm.py index f7550da..b9ad1b8 100755 --- a/tests/test_rm.py +++ b/tests/test_rm.py @@ -1,6 +1,5 @@ #! /usr/bin/env python -import os import subprocess import sys from ppu_tu import setup, teardown, find_in_path # noqa @@ -8,8 +7,6 @@ from ppu_tu import create_files, assert_files_exist, assert_files_not_exist test_prog_path = find_in_path('rm.py') -if not test_prog_path: - sys.exit("Cannot find rm.py in %s" % os.environ["PATH"]) def test_rm():