]> granicus.if.org Git - python/commit
The test assumed that the local pathname convention for "foo" would sort before ...
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 11 Aug 2001 23:22:43 +0000 (23:22 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 11 Aug 2001 23:22:43 +0000 (23:22 +0000)
commitdbc363ce353ebd59f04778b045b89442bd59912a
tree4924a430017e788abe80c1e139a4be501b86451d
parentd7b568ac4d238281d6ac55b6d7b820c64250a09d
The test assumed that the local pathname convention for "foo" would sort before "foo/bar", which is not true on the mac (where they are "foo" and ":foo:bar", respectively; ":foo" would be fine too, but "foo" is the preferred spelling). Fixed by sorting the output.
Lib/test/test_mhlib.py