summaryrefslogtreecommitdiff
path: root/tools/patman/test_cseries.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/patman/test_cseries.py')
-rw-r--r--tools/patman/test_cseries.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/test_cseries.py b/tools/patman/test_cseries.py
index e58f2f68333..4c211c8ee89 100644
--- a/tools/patman/test_cseries.py
+++ b/tools/patman/test_cseries.py
@@ -3278,7 +3278,7 @@ Date: .*
self.assertIn('bootm.c:1: check: Avoid CamelCase: <Fix>',
err.getvalue())
self.assertIn(
- 'Cc: Anatolij Gustschin <agust@denx.de>', out.getvalue())
+ 'Cc: Anatolij Gustschin <ag.dev.uboot@gmail.com>', out.getvalue())
self.assertTrue(os.path.exists(os.path.join(
self.tmpdir, '0001-video-Some-video-improvements.patch')))