diff options
| author | jvoisin | 2013-07-20 18:01:16 +0200 |
|---|---|---|
| committer | jvoisin | 2013-07-20 18:01:16 +0200 |
| commit | 2b5a56407cda78e9eeff126debf074dbe02579f8 (patch) | |
| tree | d55fe5c5471e308652e563202482a4cfb4d766bf /test/clitest.py | |
| parent | 1b409d411c4aaace0572ecc3e77a5e8df16ecec8 (diff) | |
Simplification and refactoring of the testsuite
Diffstat (limited to '')
| -rw-r--r-- | test/clitest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/clitest.py b/test/clitest.py index d877698..31e9015 100644 --- a/test/clitest.py +++ b/test/clitest.py | |||
| @@ -52,7 +52,8 @@ class TestListcli(test.MATTest): | |||
| 52 | proc = subprocess.Popen(['../mat', '-d', dirty], | 52 | proc = subprocess.Popen(['../mat', '-d', dirty], |
| 53 | stdout=subprocess.PIPE) | 53 | stdout=subprocess.PIPE) |
| 54 | stdout, _ = proc.communicate() | 54 | stdout, _ = proc.communicate() |
| 55 | self.assertNotEqual(str(stdout), "[+] File %s" % dirty) | 55 | self.assertNotEqual(str(stdout), "[+] File %s :\n No\ |
| 56 | harmul metadata found" % dirty) | ||
| 56 | 57 | ||
| 57 | 58 | ||
| 58 | class TestisCleancli(test.MATTest): | 59 | class TestisCleancli(test.MATTest): |
