]> git.phdru.name Git - ppu.git/blobdiff - tests/test_rm.py
Refactor(tests): Exit with "name not found in PATH" in find_in_path
[ppu.git] / tests / test_rm.py
index 4e4cd76d314412f7fc2c1215f3832965aa0a73f4..b9ad1b8b2a9ebeeba0cf124cb48c92c54d0e7d44 100755 (executable)
@@ -1,17 +1,12 @@
 #! /usr/bin/env python
 
-import os
 import subprocess
 import sys
 from ppu_tu import setup, teardown, find_in_path  # noqa
 from ppu_tu import create_files, assert_files_exist, assert_files_not_exist
 
 
-tmp_dir = None
-
 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():