Kaydet (Commit) 041307d9 authored tarafından Mark Hammond's avatar Mark Hammond

Remove the test for abspath with an empty path - too hard to do in a cross-platform manner.

üst ccede598
...@@ -36,7 +36,6 @@ tester('ntpath.isabs("\\foo")', 1) ...@@ -36,7 +36,6 @@ tester('ntpath.isabs("\\foo")', 1)
tester('ntpath.isabs("\\foo\\bar")', 1) tester('ntpath.isabs("\\foo\\bar")', 1)
tester('ntpath.abspath("C:\\")', "C:\\") tester('ntpath.abspath("C:\\")', "C:\\")
tester('ntpath.abspath("")', os.getcwd())
if errors: if errors:
......
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