diff options
Diffstat (limited to 'contrib/gcc-changelog/test_email.py')
-rwxr-xr-x | contrib/gcc-changelog/test_email.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/test_email.py b/contrib/gcc-changelog/test_email.py index 8f5129edb12..7ba2fcf757e 100755 --- a/contrib/gcc-changelog/test_email.py +++ b/contrib/gcc-changelog/test_email.py @@ -395,3 +395,7 @@ class TestGccChangelog(unittest.TestCase): err = email.errors[0] assert err.message == "pattern doesn't match any changed files" assert err.line == 'libstdc++-v3/testsuite/28_regex_not-existing/' + + def test_unicode_chars_in_filename(self): + email = self.from_patch_glob('0001-Add-horse.patch') + assert not email.errors |