Fix verb tense in skip message.

This commit is contained in:
R. David Murray 2010-04-22 01:49:37 +00:00
parent e572c63b10
commit b6f916d320
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ class CommonTest(GenericTest):
self.assertIsInstance(abspath(path), str)
@unittest.skipIf(sys.platform == 'darwin',
"Mac OS X deny the creation of a directory with an invalid utf8 name")
"Mac OS X denies the creation of a directory with an invalid utf8 name")
def test_nonascii_abspath(self):
# Test non-ASCII, non-UTF8 bytes in the path.
with support.temp_cwd(b'\xe7w\xf0'):