]> git.phdru.name Git - ppu.git/blobdiff - tests/test_cmp.py
Tests: Remove unused tmp_dir
[ppu.git] / tests / test_cmp.py
index b70183709577aae7aeb5eface0d34b59eb6b50d4..24dfd5fc8665f91c5feb424b6a36e15be260d4a7 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('cmp.py')
 if not test_prog_path:
     sys.exit("Cannot find cmp.py in %s" % os.environ["PATH"])