diff src/testdir/summarize.vim @ 18995:c77d7a415e59 v8.2.0058

patch 8.2.0058: running tests changes ~/.viminfo Commit: https://github.com/vim/vim/commit/eb698d0b3295675f184ad4b62034e064cded4ade Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 30 00:07:57 2019 +0100 patch 8.2.0058: running tests changes ~/.viminfo Problem: Running tests changes ~/.viminfo. Solution: Make 'viminfo' empty when summarizing tests results. (closes https://github.com/vim/vim/issues/5414)
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Dec 2019 00:15:04 +0100
parents ef35a3a70c24
children a51ce93f3e6c
line wrap: on
line diff
--- a/src/testdir/summarize.vim
+++ b/src/testdir/summarize.vim
@@ -1,6 +1,7 @@
 if 1
   " This is executed only with the eval feature
   set nocompatible
+  set viminfo=
   func Count(match, type)
     if a:type ==# 'executed'
       let g:executed += (a:match+0)