summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-10-27 21:20:27 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-10-27 21:20:27 (GMT)
commitd24cab8c7454921c9279cc73a75d0b1fcf347a6d (patch)
treecb1a9057ffdd36ef19ca1c5bb0e299d14ead4ee0 /Lib
parent26a93c0082af09d8e8837d569625c3fc9cfd6639 (diff)
downloadcpython-d24cab8c7454921c9279cc73a75d0b1fcf347a6d.zip
cpython-d24cab8c7454921c9279cc73a75d0b1fcf347a6d.tar.gz
cpython-d24cab8c7454921c9279cc73a75d0b1fcf347a6d.tar.bz2
Issue #7218: Fix test_site for win32
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_site.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_site.py b/Lib/test/test_site.py
index 0f87a6f..a811f6c 100644
--- a/Lib/test/test_site.py
+++ b/Lib/test/test_site.py
@@ -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