Fixed 5694: removed spurious test output in Distutils
diff --git a/Misc/NEWS b/Misc/NEWS
index fd35fad..2cfd292 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -212,6 +212,8 @@
 Library
 -------
 
+- Issue 5694: removed spurious test output in Distutils (test_clean).
+
 - Issue 5471: Fix os.path.expanduser() for $HOME set to '/'.
 
 - Issue 1326077: fix the formatting of SyntaxErrors by the traceback module.