Skip to content
Snippets Groups Projects
Commit da88d306 authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Fix the CI on debian

parent f1552b2c
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment