patch 7.4.2007
Problem:    Running the tests leaves a viminfo file behind.
Solution:   Make the viminfo option empty.
diff --git a/src/version.c b/src/version.c
index 89e8c7f..5305bee 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2007,
+/**/
     2006,
 /**/
     2005,