Commit 98f1375f authored by Guido van Rossum's avatar Guido van Rossum

Make test_posixpath.py pass.

parent 469734b9
......@@ -161,7 +161,7 @@ class PosixPathTest(unittest.TestCase):
f = open(test_support.TESTFN, "rb")
d = f.read()
f.close()
self.assertEqual(d, "foobar")
self.assertEqual(d, b"foobar")
self.assert_(
posixpath.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