diff options
| author | jvoisin | 2011-11-01 14:07:18 +0100 |
|---|---|---|
| committer | jvoisin | 2011-11-01 14:07:18 +0100 |
| commit | 73e2fdecb673dfb2499804d4b2dc9e2281036794 (patch) | |
| tree | 398db2e3c6356b3d4b71d87a831ebe12e540479e | |
| parent | 39cb68ce615deea85d08747965c083a08c5a571d (diff) | |
Fix typo
| -rw-r--r-- | test/clitest.py | 2 |
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 \ |
| 44 | meta found" % clean) | 44 | metadata 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''' |
