]> granicus.if.org Git - python/commit
Two fixes to make this test pass on MacOS9:
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Mar 2003 12:50:45 +0000 (12:50 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Mar 2003 12:50:45 +0000 (12:50 +0000)
commitc7fcc2d772c6ccaa71002aaa2aace16ed8adf471
treeaf159efb6428d8de8bcb0a5ebe92fc363929651a
parent834eff6a4ca700cb39a820db03e8c185c1b5dcb5
Two fixes to make this test pass on MacOS9:
- the test was sloppy about filenames: "0-REGTYPE-TEXT" was used where
  the archive held "/0-REGTYPE-TEXT".
- tarfile extracts all files in binary mode, but the test expected to be able to
  read and compare text files in text mode. Use universal text mode.
Lib/test/test_tarfile.py