Minor tweaking of previous r78734, and add a NEWS entry.
diff --git a/Lib/test/test_ntpath.py b/Lib/test/test_ntpath.py
index d8c576a..a3a22ef 100644
--- a/Lib/test/test_ntpath.py
+++ b/Lib/test/test_ntpath.py
@@ -178,7 +178,7 @@
 
 
 class NtCommonTest(test_genericpath.CommonTest):
-    path = ntpath
+    pathmodule = ntpath
     attributes = ['relpath', 'splitunc']