Minor tweaking of previous r78734, and add a NEWS entry.
diff --git a/Lib/test/test_macpath.py b/Lib/test/test_macpath.py
index e81fba2..b29ed4c 100644
--- a/Lib/test/test_macpath.py
+++ b/Lib/test/test_macpath.py
@@ -56,7 +56,7 @@
                                   'normpath() returned str instead of unicode')
 
 class MacCommonTest(test_genericpath.CommonTest):
-    path = macpath
+    pathmodule = macpath
 
 
 def test_main():