summaryrefslogtreecommitdiff
path: root/tests/test_libmat2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_libmat2.py')
-rw-r--r--tests/test_libmat2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py
index fa7e281..95f4ceb 100644
--- a/tests/test_libmat2.py
+++ b/tests/test_libmat2.py
@@ -195,7 +195,6 @@ class TestDeepCleaning(unittest.TestCase):
195 inside_p, _ = parser_factory.get_parser(complete_path) 195 inside_p, _ = parser_factory.get_parser(complete_path)
196 if inside_p is None: 196 if inside_p is None:
197 continue 197 continue
198 print('[+] %s is clean inside %s' %(complete_path, p.filename))
199 self.assertEqual(inside_p.get_meta(), {}) 198 self.assertEqual(inside_p.get_meta(), {})
200 shutil.rmtree(tempdir) 199 shutil.rmtree(tempdir)
201 200