]> git.phdru.name Git - ppu.git/blobdiff - tests/test_which.py
Tests: Remove unused tmp_dir
[ppu.git] / tests / test_which.py
index 5de5a64662e9c0fac685352d452aea235286cbc9..b65a832eb57c1eb380789435a456e8550163a417 100755 (executable)
@@ -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"])