diff options
| author | jvoisin | 2011-07-03 15:07:50 +0200 |
|---|---|---|
| committer | jvoisin | 2011-07-03 15:07:50 +0200 |
| commit | 24aee5b06fee4253fed28bf2daa5ddd33b380ce7 (patch) | |
| tree | fba8580ba2b6807a31e0a40584c057e0204587d9 /test/clitest.py | |
| parent | 855ed28f2aed6ccfff9ec182870dc542fe109d8c (diff) | |
Small changes since cli.py has changed
Diffstat (limited to '')
| -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 53cf549..91b71ca 100644 --- a/test/clitest.py +++ b/test/clitest.py | |||
| @@ -35,7 +35,7 @@ class Test_List_cli(test.MATTest): | |||
| 35 | proc = subprocess.Popen(['../cli.py', '-d', clean], | 35 | proc = subprocess.Popen(['../cli.py', '-d', clean], |
| 36 | stdout=subprocess.PIPE) | 36 | stdout=subprocess.PIPE) |
| 37 | stdout, stderr = proc.communicate() | 37 | stdout, stderr = proc.communicate() |
| 38 | self.assertEqual(stdout.strip('\n'), "[+] File %s :" % clean) | 38 | self.assertEqual(stdout.strip('\n'), "[+] File %s :\nNo harmful meta found" % clean) |
| 39 | 39 | ||
| 40 | def test_list_dirty(self): | 40 | def test_list_dirty(self): |
| 41 | '''check if get_meta returns all the expected meta''' | 41 | '''check if get_meta returns all the expected meta''' |
