From 30beecd0b61687ef3fe7a773c04696e44581d687 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 11 Aug 2013 18:00:47 +0200 Subject: Remove an useless exiftool-related test --- test/test.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test') diff --git a/test/test.py b/test/test.py index 6d3c585..0b7996b 100644 --- a/test/test.py +++ b/test/test.py @@ -39,12 +39,6 @@ except ImportError: FILE_LIST.remove(('clean é.mp3', 'dirty é.mp3')) FILE_LIST.remove(('clean é.flac', 'dirty é.flac')) -try: # file format exclusively managed by exiftool - subprocess.Popen('exiftool', stdout=open('/dev/null')) -except OSError: - pass # None for now - - class MATTest(unittest.TestCase): ''' Parent class of all test-functions -- cgit v1.3