From 16d92f16aa77916c73177bd855de5c6997d8c839 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Fri, 5 Apr 2013 11:39:59 +0200 Subject: Fix a security issue in the cli testsuite I though I merged this long time ago. The cli testsuite didn't called the MAT on test_remove, resulting in a fail. --- test/clitest.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/clitest.py b/test/clitest.py index cfda322..bc0a7fd 100644 --- a/test/clitest.py +++ b/test/clitest.py @@ -21,6 +21,7 @@ class TestRemovecli(test.MATTest): def test_remove(self): '''make sure that the cli remove all compromizing meta''' for _, dirty in self.file_list: + subprocess.call(['../mat', dirty]) current_file = mat.create_class_file(dirty, False, add2archive=True, low_pdf_quality=True) self.assertTrue(current_file.is_clean()) -- cgit v1.3