summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/tests/test_mbox_format.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/patchtest/tests/test_mbox_format.py')
-rw-r--r--meta/lib/patchtest/tests/test_mbox_format.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/lib/patchtest/tests/test_mbox_format.py b/meta/lib/patchtest/tests/test_mbox_format.py
index 85c452ca0d..42a8491a09 100644
--- a/meta/lib/patchtest/tests/test_mbox_format.py
+++ b/meta/lib/patchtest/tests/test_mbox_format.py
@@ -11,6 +11,5 @@ class MboxFormat(base.Base):
11 11
12 def test_mbox_format(self): 12 def test_mbox_format(self):
13 if self.unidiff_parse_error: 13 if self.unidiff_parse_error:
14 self.fail('Series cannot be parsed correctly due to malformed diff lines', 14 self.fail('Series cannot be parsed correctly due to malformed diff lines. Create the series again using git-format-patch and ensure it can be applied using git am',
15 'Create the series again using git-format-patch and ensure it can be applied using git am',
16 data=[('Diff line', re.sub('^.+:\s(?<!$)','',self.unidiff_parse_error))]) 15 data=[('Diff line', re.sub('^.+:\s(?<!$)','',self.unidiff_parse_error))])