diff options
Diffstat (limited to 'tests')
| -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 dd7c9b9..53e4f5b 100644 --- a/tests/test_climat2.py +++ b/tests/test_climat2.py | |||
| @@ -121,7 +121,7 @@ class TestGetMeta(unittest.TestCase): | |||
| 121 | proc = subprocess.Popen(mat2_binary + ['--show', './tests/data/dirty.pdf'], | 121 | proc = subprocess.Popen(mat2_binary + ['--show', './tests/data/dirty.pdf'], |
| 122 | stdout=subprocess.PIPE) | 122 | stdout=subprocess.PIPE) |
| 123 | stdout, _ = proc.communicate() | 123 | stdout, _ = proc.communicate() |
| 124 | self.assertIn(b'producer: pdfTeX-1.40.14', stdout) | 124 | self.assertIn(b'Producer: pdfTeX-1.40.14', stdout) |
| 125 | 125 | ||
| 126 | def test_png(self): | 126 | def test_png(self): |
| 127 | proc = subprocess.Popen(mat2_binary + ['--show', './tests/data/dirty.png'], | 127 | proc = subprocess.Popen(mat2_binary + ['--show', './tests/data/dirty.png'], |
