summaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-06-02 11:41:28 +0100
committerJonathan Wakely <jwakely@redhat.com>2020-06-02 11:43:09 +0100
commit54a0eb7fa5f504bf26be03060b779f756d998be5 (patch)
treea93a3de888b4185ab2ae1f1dfd0f0aafe4fdeae7 /contrib/gcc-changelog
parent87cb9423add08743d8bb3368f0af61ddc9572837 (diff)
gcc-changelog: Update test to match new error text
contrib/ChangeLog: * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines): Update expected error message.
Diffstat (limited to 'contrib/gcc-changelog')
-rwxr-xr-xcontrib/gcc-changelog/test_email.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc-changelog/test_email.py b/contrib/gcc-changelog/test_email.py
index 158eb651367..2465669786e 100755
--- a/contrib/gcc-changelog/test_email.py
+++ b/contrib/gcc-changelog/test_email.py
@@ -176,7 +176,7 @@ class TestGccChangelog(unittest.TestCase):
def test_long_lines(self):
email = self.get_git_email('long-lines.patch')
assert len(email.errors) == 1
- assert email.errors[0].message == 'line limit exceeds 100 characters'
+ assert email.errors[0].message == 'line exceeds 100 character limit'
def test_new_files(self):
email = self.from_patch_glob('0030')