Issue #12205: Fix test_subprocess failure due to uninstalled test data.
diff --git a/Misc/NEWS b/Misc/NEWS
index 47c4785..4540d5f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -488,6 +488,8 @@
 Tests
 -----
 
+- Issue #12205: Fix test_subprocess failure due to uninstalled test data.
+
 - Issue #5723: Improve json tests to be executed with and without accelerations.
 
 - Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing.