Commit 041307d9 authored by Mark Hammond's avatar Mark Hammond

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

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