Commit 533bc9ad authored by Skip Montanaro's avatar Skip Montanaro

updated to correct failing test cases

parent abca14d8
......@@ -29,9 +29,9 @@ tester('posixpath.isabs("/foo/bar")', 1)
tester('posixpath.isabs("foo/bar")', 0)
tester('posixpath.commonprefix(["/home/swenson/spam", "/home/swen/spam"])',
"/home")
tester('posixpath.commonprefix(["/home/swen/spam", "/home/swen/eggs"])',
"/home/swen")
tester('posixpath.commonprefix(["/home/swen/spam", "/home/swen/eggs"])',
"/home/swen/")
tester('posixpath.commonprefix(["/home/swen/spam", "/home/swen/spam"])',
"/home/swen/spam")
......
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