mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Issue #7218: Fix test_site for win32
This commit is contained in:
parent
26a93c0082
commit
d24cab8c74
2 changed files with 4 additions and 1 deletions
|
@ -169,7 +169,7 @@ class HelperFunctionsTests(unittest.TestCase):
|
|||
else:
|
||||
self.assertTrue(len(dirs), 2)
|
||||
self.assertEquals(dirs[0], 'xoxo')
|
||||
wanted = os.path.join('xoxo', 'Lib', 'site-packages')
|
||||
wanted = os.path.join('xoxo', 'lib', 'site-packages')
|
||||
self.assertEquals(dirs[1], wanted)
|
||||
|
||||
# let's try the specific Apple location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue