mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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.abspath("C:\\")', "C:\\")
|
||||
tester('ntpath.abspath("")', os.getcwd())
|
||||
|
||||
|
||||
if errors:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue