Fix the CI on debian
This commit is contained in:
parent
f1552b2ccb
commit
da88d30689
@ -158,7 +158,7 @@ class TestGetMeta(unittest.TestCase):
|
||||
|
||||
def test_flac(self):
|
||||
proc = subprocess.Popen(mat2_binary + ['--show', './tests/data/dirty.flac'],
|
||||
stdout=subprocess.PIPE)
|
||||
stdout=subprocess.PIPE, bufsize=0)
|
||||
stdout, _ = proc.communicate()
|
||||
self.assertIn(b'comments: Thank you for using MAT !', stdout)
|
||||
self.assertIn(b'genre: Python', stdout)
|
||||
|
Loading…
Reference in New Issue
Block a user