summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2011-11-01 14:07:18 +0100
committerjvoisin2011-11-01 14:07:18 +0100
commit73e2fdecb673dfb2499804d4b2dc9e2281036794 (patch)
tree398db2e3c6356b3d4b71d87a831ebe12e540479e
parent39cb68ce615deea85d08747965c083a08c5a571d (diff)
Fix typo
-rw-r--r--test/clitest.py2
1 files changed, 1 insertions, 1 deletions
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):
41 stdout=subprocess.PIPE) 41 stdout=subprocess.PIPE)
42 stdout, _ = proc.communicate() 42 stdout, _ = proc.communicate()
43 self.assertEqual(stdout.strip('\n'), "[+] File %s :\nNo harmful \ 43 self.assertEqual(stdout.strip('\n'), "[+] File %s :\nNo harmful \
44meta found" % clean) 44metadata found" % clean)
45 45
46 def test_list_dirty(self): 46 def test_list_dirty(self):
47 '''check if get_meta returns all the expected meta''' 47 '''check if get_meta returns all the expected meta'''