mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove the test for abspath with an empty path - too hard to do in a cross-platform manner.
This commit is contained in:
parent
ccede59889
commit
041307d95c
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue