Issue #7218: Fix test_site for win32
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 @@
         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