mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
For current directory use os.curdir, not ".".
This commit is contained in:
parent
00ce51e38e
commit
8b7c3c0be7
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ def teardown():
|
||||||
|
|
||||||
try:
|
try:
|
||||||
setup()
|
setup()
|
||||||
test_api_1('.', MOFILE)
|
test_api_1(os.curdir, MOFILE)
|
||||||
test_api_2('.', MOFILE)
|
test_api_2(os.curdir, MOFILE)
|
||||||
finally:
|
finally:
|
||||||
teardown()
|
teardown()
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue