mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
Make test_genericpath pass.
This commit is contained in:
parent
98f1375f0e
commit
dc12288e11
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class AllCommonTest(unittest.TestCase):
|
|||
f = open(test_support.TESTFN, "rb")
|
||||
d = f.read()
|
||||
f.close()
|
||||
self.assertEqual(d, "foobar")
|
||||
self.assertEqual(d, b"foobar")
|
||||
|
||||
self.assert_(
|
||||
genericpath.getctime(test_support.TESTFN) <=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue