mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Trying to see if the @ in a path is causing the issue in the
shutil.rmtree() in the trunk.loewis-sun buildbot.
This commit is contained in:
parent
1461886eee
commit
b8242ba6b1
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ class PosixTester(unittest.TestCase):
|
|||
if hasattr(posix, 'getcwd'):
|
||||
dirname = 'getcwd-test-directory-0123456789abcdef-01234567890abcdef'
|
||||
curdir = os.getcwd()
|
||||
base_path = os.path.abspath(test_support.TESTFN) + '.getcwd'
|
||||
base_path = os.path.abspath(test_support.TESTFN[1:]) + '.getcwd'
|
||||
|
||||
try:
|
||||
os.mkdir(base_path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue