Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo)
diff --git a/Misc/NEWS b/Misc/NEWS
index 56d4876..cc243be 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,6 +161,9 @@
 Tests
 -----
 
+- Issue #14026: In test_cmd_line_script, check that sys.argv is populated
+  correctly for the various invocation approaches (Patch by Jason Yeo)
+
 - Issue #14032: Fix incorrect variable name in test_cmd_line_script debugging
   message (Patch by Jason Yeo)