Commit 9bb7e34b authored by Tarek Ziadé's avatar Tarek Ziadé

Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore

parent 5b4daec2
......@@ -46,7 +46,7 @@ class ConfigTestCase(support.LoggingSilencer,
match = cmd.search_cpp(pattern='xxx', body='// xxx')
self.assertEquals(match, 0)
match = cmd.search_cpp(pattern='command', body='// xxx')
match = cmd.search_cpp(pattern='_configtest', body='// xxx')
self.assertEquals(match, 1)
def test_finalize_options(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment