diff options
| -rw-r--r-- | tests/test_climat2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_climat2.py b/tests/test_climat2.py index 9bb4ba3..6d98136 100644 --- a/tests/test_climat2.py +++ b/tests/test_climat2.py | |||
| @@ -158,7 +158,7 @@ class TestGetMeta(unittest.TestCase): | |||
| 158 | 158 | ||
| 159 | def test_flac(self): | 159 | def test_flac(self): |
| 160 | proc = subprocess.Popen(mat2_binary + ['--show', './tests/data/dirty.flac'], | 160 | proc = subprocess.Popen(mat2_binary + ['--show', './tests/data/dirty.flac'], |
| 161 | stdout=subprocess.PIPE) | 161 | stdout=subprocess.PIPE, bufsize=0) |
| 162 | stdout, _ = proc.communicate() | 162 | stdout, _ = proc.communicate() |
| 163 | self.assertIn(b'comments: Thank you for using MAT !', stdout) | 163 | self.assertIn(b'comments: Thank you for using MAT !', stdout) |
| 164 | self.assertIn(b'genre: Python', stdout) | 164 | self.assertIn(b'genre: Python', stdout) |
