From 73e2fdecb673dfb2499804d4b2dc9e2281036794 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 1 Nov 2011 14:07:18 +0100 Subject: Fix typo --- test/clitest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/clitest.py b/test/clitest.py index ebb4ebc..cb615ce 100644 --- a/test/clitest.py +++ b/test/clitest.py @@ -41,7 +41,7 @@ class TestListcli(test.MATTest): stdout=subprocess.PIPE) stdout, _ = proc.communicate() self.assertEqual(stdout.strip('\n'), "[+] File %s :\nNo harmful \ -meta found" % clean) +metadata found" % clean) def test_list_dirty(self): '''check if get_meta returns all the expected meta''' -- cgit v1.3