Commit dc12288e authored by Guido van Rossum's avatar Guido van Rossum

Make test_genericpath pass.

parent 98f1375f
......@@ -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) <=
......
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