From: Tom Rini Date: Wed, 23 Jul 2025 19:35:39 +0000 (-0600) Subject: patman: Update test for Anatolij's new email address X-Git-Tag: v2025.10-rc1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67c791dcdf84f3b84e447685b0301400d9e2db73;p=thirdparty%2Fu-boot.git patman: Update test for Anatolij's new email address This test was failing due to matching on Anatolij's old email address. Switch to the new one. Signed-off-by: Tom Rini --- 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: ', err.getvalue()) self.assertIn( - 'Cc: Anatolij Gustschin ', out.getvalue()) + 'Cc: Anatolij Gustschin ', out.getvalue()) self.assertTrue(os.path.exists(os.path.join( self.tmpdir, '0001-video-Some-video-improvements.patch')))