Issue #12205: Fix test_subprocess failure due to uninstalled test data.
diff --git a/Misc/NEWS b/Misc/NEWS
index ec1bbf2..f04c643 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -421,6 +421,8 @@
 Tests
 -----
 
+- Issue #12205: Fix test_subprocess failure due to uninstalled test data.
+
 - Issue #11614: import __hello__ prints "Hello World!". Patch written by
   Andreas Stührk.