From 2b5a56407cda78e9eeff126debf074dbe02579f8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 20 Jul 2013 18:01:16 +0200 Subject: Simplification and refactoring of the testsuite --- test/clitest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/clitest.py') 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): proc = subprocess.Popen(['../mat', '-d', dirty], stdout=subprocess.PIPE) stdout, _ = proc.communicate() - self.assertNotEqual(str(stdout), "[+] File %s" % dirty) + self.assertNotEqual(str(stdout), "[+] File %s :\n No\ +harmul metadata found" % dirty) class TestisCleancli(test.MATTest): -- cgit v1.3